dont expose ports
This commit is contained in:
parent
d59bef08d4
commit
d56f9e95d9
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user