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