some more docker info

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2024-09-25 14:46:01 -07:00
parent 2098d5108c
commit 15419fb0c5
2 changed files with 4 additions and 1 deletions

@ -1 +1 @@
Subproject commit aeb87beee51bbf040307157d6c54b3a3a82ef620
Subproject commit 4d0d1414c4774704619834ec8e9280940976f500

View file

@ -10,6 +10,8 @@ services:
POSTGRES_DB: surfsense_db
volumes:
- postgres_data:/var/lib/postgresql/data
ports:
- "5432:5432"
networks:
- surfsense-network
@ -23,6 +25,7 @@ services:
- ./backend/.env
depends_on:
- db
# privileged: true #when backend is pointing to the hostmaschine with localhost or 127.0.0.1 you need to add privileged: true else the container points at itself
networks:
- surfsense-network