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