1
0
forked from PGL/Clyde

database on deploy

This commit is contained in:
2024-02-27 16:55:16 +01:00
parent 9c92e7d1e9
commit 43adb6d31f
2 changed files with 14 additions and 0 deletions

View File

@ -5,5 +5,6 @@ services:
- 'POSTGRES_DB=clyde'
- 'POSTGRES_USER=devel'
- 'POSTGRES_PASSWORD=devel'
- 'SPRING_PROFILES_ACTIVE=prod'
ports:
- '5432:5432'