update
This commit is contained in:
21
deploy/egommerce-stack.dev.yml
Normal file
21
deploy/egommerce-stack.dev.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
version: "3.9"
|
||||
|
||||
services:
|
||||
postgres_svc:
|
||||
ports:
|
||||
- '5432:5432'
|
||||
volumes:
|
||||
- postgres_data:/var/lib/postgresql/data
|
||||
environment:
|
||||
- POSTGRES_PASSWORD=12345678
|
||||
|
||||
identity_svc:
|
||||
environment:
|
||||
- DATABASE_URL=postgres://postgres:12345678@postgres_svc:5432/egommerce
|
||||
|
||||
basket_svc:
|
||||
environment:
|
||||
- DATABASE_URL=postgres://postgres:12345678@postgres_svc:5432/egommerce
|
||||
|
||||
volumes:
|
||||
postgres_data: ~
|
||||
Reference in New Issue
Block a user