Anthony Debucquoy
43adb6d31f
Some checks failed
Build and test backend / Build-backend (pull_request) Successful in 1m41s
Build and test backend / Test-backend (pull_request) Successful in 1m43s
Build and test FrontEnd / Build-frontend (pull_request) Successful in 24s
Build and test FrontEnd / Test-frontend (pull_request) Successful in 22s
Build and test backend / Build-backend (push) Successful in 1m52s
Build and test backend / Test-backend (push) Successful in 1m20s
deploy to production / deploy-frontend (push) Successful in 24s
deploy to production / deploy-backend (push) Failing after 2m0s
Build and test FrontEnd / Build-frontend (push) Successful in 23s
Build and test FrontEnd / Test-frontend (push) Successful in 22s
11 lines
229 B
YAML
11 lines
229 B
YAML
services:
|
|
postgres:
|
|
image: 'postgres:latest'
|
|
environment:
|
|
- 'POSTGRES_DB=clyde'
|
|
- 'POSTGRES_USER=devel'
|
|
- 'POSTGRES_PASSWORD=devel'
|
|
- 'SPRING_PROFILES_ACTIVE=prod'
|
|
ports:
|
|
- '5432:5432'
|