Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@
path = manager-dashboard
url = git@github.com:mapswipe/manager-dashboard.git
branch = v0.3.5
[submodule "mapswipe-web"]
path = mapswipe-web
url = git@github.com:mapswipe/mapswipe-web.git
branch = v0.3.4
17 changes: 8 additions & 9 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,6 @@ x-server: &base_server_setup
profiles:
- core


x-worker: &base_worker_setup
<<: *base_server_setup
environment:
<<: *base_server_environments
APP_TYPE: "WORKER-BEAT"

services:
ofelia:
image: mcuadros/ofelia:0.3.17
Expand Down Expand Up @@ -162,12 +155,18 @@ services:
command: bash -c "/code/misc/prod/run_web.sh"

worker-beat:
<<: *base_worker_setup
<<: *base_server_setup
command: bash -c "/code/misc/prod/run_worker_beat.sh"
environment:
<<: *base_server_environments
APP_TYPE: "WORKER-BEAT"

worker:
<<: *base_worker_setup
<<: *base_server_setup
command: bash -c "/code/misc/prod/run_worker.sh"
environment:
<<: *base_server_environments
APP_TYPE: "WORKER"

# Manager Dashboard
manager-dashboard:
Expand Down
2 changes: 1 addition & 1 deletion manager-dashboard
Submodule manager-dashboard updated 1 files
+8 −1 env.ts
1 change: 1 addition & 0 deletions mapswipe-web
Submodule mapswipe-web added at 6b8959
Loading