modif docker
This commit is contained in:
parent
cab002333f
commit
20dda7e043
|
@ -1,3 +1,3 @@
|
||||||
POSTGRES_USER=redadeg
|
POSTGRES_USER=redadeg
|
||||||
POSTGRES_PASSWORD=redadeg
|
POSTGRES_PASSWORD=redadeg
|
||||||
POSTGRES_DB=redadeg
|
POSTGRES_DB=redadeg_2024
|
||||||
|
|
|
@ -6,6 +6,8 @@ services:
|
||||||
env_file: .env
|
env_file: .env
|
||||||
volumes:
|
volumes:
|
||||||
- ./dbdata:/var/lib/postgresql/data
|
- ./dbdata:/var/lib/postgresql/data
|
||||||
|
ports:
|
||||||
|
- 5432:5432
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
dbdata:
|
dbdata:
|
||||||
|
|
0
scripts_v2/config.ini
Normal file → Executable file
0
scripts_v2/config.ini
Normal file → Executable file
Loading…
Reference in a new issue