Skip to content

Commit

Permalink
chore: update swarm config
Browse files Browse the repository at this point in the history
  • Loading branch information
fivehanz committed Nov 4, 2024
1 parent 083264e commit 1487c74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deployment/swarm/docker-swarm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'

services:
web:
image: haniel56/hanz-web:9dcb80e
image: haniel56/hanz-web:083264e
restart: unless-stopped
ports:
- "58181:8000"
Expand All @@ -26,7 +26,7 @@ services:
--host 0.0.0.0 --port 8000 --workers 3 --log-level info"

celery_worker:
image: haniel56/hanz-web:9dcb80e
image: haniel56/hanz-web:083264e
command: celery -A hanz worker -l error
# environment:
# - UID=${UID:-1000}
Expand All @@ -44,7 +44,7 @@ services:
- redis

celery_beat:
image: haniel56/hanz-web:9dcb80e
image: haniel56/hanz-web:083264e
command: celery -A hanz beat -l error
# environment:
# - UID=${UID:-1000}
Expand Down

0 comments on commit 1487c74

Please sign in to comment.