Skip to content

Commit

Permalink
Merge pull request #71 from elexis-eu/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
LukeItUp authored Mar 6, 2023
2 parents c0ae396 + a930748 commit 6e372e3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ services:
- flask-app
ports:
- 5000:8080
restart: unless-stopped
redis:
image: redis
extra_hosts:
Expand All @@ -23,6 +24,7 @@ services:
elexifier-network:
aliases:
- redis
restart: unless-stopped
worker1:
build: .
command: celery -A app:celery worker -P threads --loglevel=info
Expand All @@ -34,6 +36,7 @@ services:
elexifier-network:
aliases:
- worker1
restart: unless-stopped
depends_on:
- redis
worker2:
Expand All @@ -47,6 +50,7 @@ services:
elexifier-network:
aliases:
- worker2
restart: unless-stopped
depends_on:
- redis

Expand Down

0 comments on commit 6e372e3

Please sign in to comment.