mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-19 05:09:38 +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:
parent
754c506aad
commit
018628f68e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue