Skip to content

Commit

Permalink
Fix docker-compose for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
brollb committed Nov 17, 2023
1 parent 7263462 commit 76f71ec
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions test/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,16 @@ services:
image: netsblox/cloud:nightly
environment:
- "RUN_MODE=local"
ports:
- "7777:7777"
network_mode: host
depends_on:
- mongo
- minio
environment:
- "RUN_MODE=local"

mongo: # Database for users, groups, project metadata, etc
restart: always
image: mongo:5.0-focal
ports:
- "27017:27017"
volumes:
- mongodb_data:/data/db

Expand Down

0 comments on commit 76f71ec

Please sign in to comment.