dwldashboard/compose-dev.yaml

21 lines
509 B
YAML
Raw Permalink Normal View History

2023-12-19 11:58:47 +00:00
services:
app:
2023-12-19 13:14:09 +00:00
image: docker/dev-environments-javascript:stable-1
2023-12-19 11:58:47 +00:00
entrypoint:
- sleep
- infinity
init: true
2023-12-19 13:14:09 +00:00
environment:
DATABASE_URL: postgres://postgres:bQnroQrK9uUrq7@postgres:5432/DWL
2023-12-19 11:58:47 +00:00
volumes:
- type: bind
source: /var/run/docker.sock
target: /var/run/docker.sock
2023-12-19 13:14:09 +00:00
postgres:
image: postgres
ports:
- 5432:5432
volumes:
- /var/run/dwldash/docker/postgres:/var/lib/postgres
environment:
POSTGRES_PASSWORD: bQnroQrK9uUrq7