remove caddy from compose
This commit is contained in:
parent
0aef71d79e
commit
2e35718ae1
@ -2,16 +2,16 @@
|
|||||||
services:
|
services:
|
||||||
|
|
||||||
|
|
||||||
caddy:
|
# caddy:
|
||||||
image: caddy:alpine
|
# image: caddy:alpine
|
||||||
ports:
|
# ports:
|
||||||
- "80:80"
|
# - "80:80"
|
||||||
- "443:443"
|
# - "443:443"
|
||||||
volumes:
|
# volumes:
|
||||||
- ./Caddyfile:/etc/caddy/Caddyfile2
|
# - ./Caddyfile:/etc/caddy/Caddyfile2
|
||||||
- ./errors:/srv/errors
|
# - ./errors:/srv/errors
|
||||||
networks:
|
# networks:
|
||||||
- default
|
# - default
|
||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
container_name: our-postgres
|
container_name: our-postgres
|
||||||
|
Loading…
x
Reference in New Issue
Block a user