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