Refactoring start
This commit is contained in:
@@ -13,7 +13,7 @@ services:
|
||||
networks:
|
||||
- api
|
||||
api_db:
|
||||
image: postgres
|
||||
image: postgres:15
|
||||
container_name: api_db
|
||||
ports:
|
||||
- 5555:5432
|
||||
@@ -22,7 +22,7 @@ services:
|
||||
environment:
|
||||
- POSTGRES_USER=postgres
|
||||
- POSTGRES_PASSWORD=password
|
||||
- POSTGRES_DBNAME="plr"
|
||||
- POSTGRES_DB="plr"
|
||||
restart: always
|
||||
networks:
|
||||
- api
|
||||
|
||||
Reference in New Issue
Block a user