dont expose ports
Some checks failed
ci / build (push) Failing after 0s
ci / Tests & Checks (push) Failing after 1s

This commit is contained in:
CJ_Clippy 2025-07-15 10:56:46 -08:00
parent d59bef08d4
commit d56f9e95d9

View File

@ -8,7 +8,6 @@ services:
- "80:80"
- "443:443"
volumes:
- ./public:/srv
- ./Caddyfile:/etc/caddy/Caddyfile
networks:
- default
@ -18,8 +17,6 @@ services:
image: postgres:17
restart: unless-stopped
env_file: ./.env
ports:
- "5432:5432"
volumes:
- pgdata:/var/lib/postgresql/data
healthcheck: