diff --git a/services/our/compose.production.yaml b/services/our/compose.production.yaml index 2b92802..353462c 100644 --- a/services/our/compose.production.yaml +++ b/services/our/compose.production.yaml @@ -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: