Add a BUNDLE_PATH to .devcontainer/docker-compose.yml (#358)

Co-authored-by: Zach Gollwitzer <zach.gollwitzer@gmail.com>
This commit is contained in:
Elijah
2024-02-08 04:27:20 +08:00
committed by GitHub
parent 754c506aad
commit 018628f68e

View File

@@ -20,6 +20,7 @@ services:
HOST: "0.0.0.0"
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
BUNDLE_PATH: /bundle
depends_on:
- db
@@ -29,7 +30,6 @@ services:
image: redis:latest
ports:
- "6379:6379"
db:
image: postgres:latest
restart: unless-stopped