modif docker

This commit is contained in:
Ewen 2023-02-16 06:40:39 +01:00
parent cab002333f
commit 20dda7e043
3 changed files with 3 additions and 1 deletions

View file

@ -1,3 +1,3 @@
POSTGRES_USER=redadeg
POSTGRES_PASSWORD=redadeg
POSTGRES_DB=redadeg
POSTGRES_DB=redadeg_2024

View file

@ -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
View file