remove caddy from compose
Some checks failed
ci / build (push) Failing after 1s
ci / Tests & Checks (push) Failing after 1s

This commit is contained in:
CJ_Clippy 2025-08-14 03:13:13 -08:00
parent 0aef71d79e
commit 2e35718ae1

View File

@ -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