You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
services:
|
|
postgres:
|
|
image: postgres
|
|
environment:
|
|
- POSTGRES_PASSWORD=montretesfesseslouis
|
|
ports:
|
|
- 5433:5432
|
|
volumes:
|
|
- pgdata:/var/lib/postgresql/data
|
|
volumes:
|
|
pgdata:
|
|
userservice:
|
|
image: userservice
|
|
build:
|
|
context: .
|
|
dockerfile: UserService/Dockerfile
|