modif docker
This commit is contained in:
parent
cab002333f
commit
20dda7e043
|
@ -1,3 +1,3 @@
|
|||
POSTGRES_USER=redadeg
|
||||
POSTGRES_PASSWORD=redadeg
|
||||
POSTGRES_DB=redadeg
|
||||
POSTGRES_DB=redadeg_2024
|
||||
|
|
|
@ -6,6 +6,8 @@ services:
|
|||
env_file: .env
|
||||
volumes:
|
||||
- ./dbdata:/var/lib/postgresql/data
|
||||
ports:
|
||||
- 5432:5432
|
||||
|
||||
volumes:
|
||||
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