mirror of
https://github.com/MODSetter/SurfSense.git
synced 2025-09-04 03:29:07 +00:00
some more docker info
This commit is contained in:
parent
2098d5108c
commit
15419fb0c5
2 changed files with 4 additions and 1 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit aeb87beee51bbf040307157d6c54b3a3a82ef620
|
Subproject commit 4d0d1414c4774704619834ec8e9280940976f500
|
|
@ -10,6 +10,8 @@ services:
|
||||||
POSTGRES_DB: surfsense_db
|
POSTGRES_DB: surfsense_db
|
||||||
volumes:
|
volumes:
|
||||||
- postgres_data:/var/lib/postgresql/data
|
- postgres_data:/var/lib/postgresql/data
|
||||||
|
ports:
|
||||||
|
- "5432:5432"
|
||||||
networks:
|
networks:
|
||||||
- surfsense-network
|
- surfsense-network
|
||||||
|
|
||||||
|
@ -23,6 +25,7 @@ services:
|
||||||
- ./backend/.env
|
- ./backend/.env
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- 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:
|
networks:
|
||||||
- surfsense-network
|
- surfsense-network
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue