Remove Caddy. Add port
This commit is contained in:
parent
c3d363e15a
commit
28b09e374a
|
@ -8,15 +8,15 @@ services:
|
|||
networks:
|
||||
- caddy
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
caddy: ${DOMAIN}
|
||||
caddy.tls: ${EMAIL}
|
||||
caddy.reverse_proxy: "{{upstreams 8080}}"
|
||||
logging:
|
||||
driver: "json-file"
|
||||
options:
|
||||
max-size: "1m"
|
||||
tty: true
|
||||
env_file:
|
||||
.env
|
||||
ports:
|
||||
- 8000:80
|
||||
|
||||
networks:
|
||||
caddy:
|
||||
|
|
Loading…
Reference in New Issue