Update docker-compose.yml

This commit is contained in:
Elias Stepanik 2024-01-18 01:36:12 +01:00 committed by GitHub
parent d79ff0d78c
commit b27133e6e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,6 +3,7 @@ version: "3.7"
services: services:
caddy: caddy:
image: saile2204/caddy-proxy:latest image: saile2204/caddy-proxy:latest
build: ./Dockerfile
restart: unless-stopped restart: unless-stopped
ports: ports:
- "80:80" - "80:80"
@ -26,6 +27,7 @@ services:
ddns: ddns:
image: saile2204/ddns:latest image: saile2204/ddns:latest
build: ./ddns/IonosDynamicDNSUpdater/Dockerfile
restart: unless-stopped restart: unless-stopped
tty: true tty: true
stdin_open: true stdin_open: true
@ -41,6 +43,7 @@ services:
memory: "512M" memory: "512M"
portsync: portsync:
image: saile2204/portsync:latest image: saile2204/portsync:latest
build: ./proxy/ports/PortUpdate/Dockerfile
restart: unless-stopped restart: unless-stopped
tty: true tty: true
stdin_open: true stdin_open: true