Make compose stack Portainer compatible
This commit is contained in:
14
docker-compose.local-db.yml
Normal file
14
docker-compose.local-db.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
services:
|
||||
postgres:
|
||||
image: postgres:16-alpine
|
||||
environment:
|
||||
POSTGRES_DB: graphs
|
||||
POSTGRES_USER: postgres
|
||||
POSTGRES_PASSWORD: postgres
|
||||
ports:
|
||||
- "5432:5432"
|
||||
volumes:
|
||||
- production-orders-sync-postgres:/var/lib/postgresql/data
|
||||
|
||||
volumes:
|
||||
production-orders-sync-postgres:
|
||||
Reference in New Issue
Block a user