Anthony Debucquoy
56df39b584
All checks were successful
Build and test backend / Build-backend (push) Successful in 2m4s
Build and test backend / Test-backend (push) Successful in 1m15s
deploy to production / deploy-frontend (push) Successful in 24s
deploy to production / deploy-backend (push) Successful in 1m58s
Build and test FrontEnd / Build-frontend (push) Successful in 22s
Build and test FrontEnd / Test-frontend (push) Successful in 22s
10 lines
191 B
YAML
10 lines
191 B
YAML
services:
|
|
postgres:
|
|
image: 'postgres:latest'
|
|
environment:
|
|
- 'POSTGRES_DB=clyde'
|
|
- 'POSTGRES_USER=devel'
|
|
- 'POSTGRES_PASSWORD=devel'
|
|
ports:
|
|
- '5432:5432'
|