1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-19 13:19:39 +02:00

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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