Docker Compose mit Versionsnummer und ohne Containernamen
This commit is contained in:
@@ -2,15 +2,13 @@ services:
|
||||
|
||||
website:
|
||||
build: .
|
||||
image: alphabreed:latest
|
||||
container_name: alphabreed
|
||||
image: alphabreed:v1.0.1
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- frontend
|
||||
|
||||
pocketbase:
|
||||
image: adrianmusante/pocketbase:0.35
|
||||
container_name: pocketbase
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- POCKETBASE_DEBUG=false
|
||||
@@ -23,7 +21,6 @@ services:
|
||||
|
||||
gokapi:
|
||||
image: f0rc3/gokapi:v2.1.0
|
||||
container_name: gokapi
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- TZ=Europe/Berlin
|
||||
@@ -35,7 +32,6 @@ services:
|
||||
|
||||
ddns_updater:
|
||||
image: cloubit/ddns-updater:v1.1
|
||||
container_name: ddns_updater
|
||||
environment:
|
||||
- APIURL_BASE=https://ydns.io/api/v1/update/?host=
|
||||
- DDNS_USER=1CDM7jVExGxN5BIVkDTn
|
||||
@@ -53,4 +49,4 @@ volumes:
|
||||
networks:
|
||||
frontend:
|
||||
name: frontend
|
||||
external: true
|
||||
external: true
|
||||
|
||||
Reference in New Issue
Block a user