Skip to content

Commit

Permalink
Update image versions
Browse files Browse the repository at this point in the history
  • Loading branch information
RealNitroZeus committed Oct 8, 2021
1 parent 3768360 commit 9376058
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ services:
- "443:443/tcp"
- "80:80/tcp"
gunicorn:
image: ghcr.io/sholex-team/lilsholex/lilsholex:5.0
image: ghcr.io/sholex-team/lilsholex/lilsholex:5.1
networks:
- db_django
- nginx_lilsholex
Expand Down Expand Up @@ -144,7 +144,7 @@ services:
source: persianmeme
target: /home/sholex/persianmeme/migrations
tasks:
image: ghcr.io/sholex-team/lilsholex/lilsholex:5.0
image: ghcr.io/sholex-team/lilsholex/lilsholex:5.1
command: bash -c "python manage.py clear_tasks && python manage.py process_tasks --sleep 15"
networks:
- db_django
Expand Down Expand Up @@ -187,7 +187,7 @@ services:
source: persianmeme
target: /home/sholex/persianmeme/migrations
broadcasts:
image: ghcr.io/sholex-team/lilsholex/lilsholex:5.0
image: ghcr.io/sholex-team/lilsholex/lilsholex:5.1
command: "python manage.py process_broadcasts"
networks:
- db_django
Expand Down Expand Up @@ -230,7 +230,7 @@ services:
source: persianmeme
target: /home/sholex/persianmeme/migrations
migrations:
image: ghcr.io/sholex-team/lilsholex/lilsholex:5.0
image: ghcr.io/sholex-team/lilsholex/lilsholex:5.1
command: "bash -c 'yes | python manage.py makemigrations persianmeme && yes | python manage.py migrate &&\
python manage.py collectstatic --noinput'"
secrets:
Expand Down

0 comments on commit 9376058

Please sign in to comment.