Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdlaird committed Oct 16, 2024
1 parent 38b1a14 commit d13de56
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ services:
- type: bind
source: ./.env
target: /app/.env
restart: always
container_name: helium_platform_resource
depends_on:
- db
Expand All @@ -44,6 +45,7 @@ services:
- type: bind
source: ./.env
target: /app/.env
restart: always
ports:
- 8000:8000
container_name: helium_platform_api
Expand All @@ -61,6 +63,7 @@ services:
- type: bind
source: ./.env
target: /app/.env
restart: always
container_name: helium_platform_worker
depends_on:
- resource
Expand Down

0 comments on commit d13de56

Please sign in to comment.