Skip to content

Commit

Permalink
update image registry
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanandrews committed Feb 21, 2021
1 parent 6f39cb1 commit c68e66d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ volumes:

services:
django: &django
image: eandrewswhoi/ooicgsn-roundabout:latest
image: ghcr.io/whoigit/ooicgsn-roundabout:stable
#container_name: django
depends_on:
- postgres
Expand All @@ -47,7 +47,7 @@ services:
- roundabout-network

postgres:
image: eandrewswhoi/postgres-django-cookiecutter:10.5
image: ghcr.io/whoigit/postgres-docker-scripts:10.5
container_name: postgres
volumes:
- production_postgres_data:/var/lib/postgresql/data
Expand Down

0 comments on commit c68e66d

Please sign in to comment.