Skip to content

Commit

Permalink
Merge pull request #36 from datakind/demo_dockerhub_name_change_fix
Browse files Browse the repository at this point in the history
This is an emergency fix involving one file, demo now deploys. Merging
  • Loading branch information
dividor authored Nov 9, 2022
2 parents 9c4fe95 + 047be61 commit 07f2104
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/docker-compose-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ version: '3.1'
services:

dot_db:
image: datakind/dot_db_demo:latest
image: datakindorg/dot_db_demo:latest
container_name: dot-db
ports:
- "5433:5432"
volumes:
- ./demo/db/data:/var/lib/postgresql/data

dot:
image: datakind/dot_demo:latest
image: datakindorg/dot_demo:latest
container_name: dot

appsmith:
image: datakind/dot_appsmith:latest
image: datakindorg/dot_appsmith:latest
container_name: appsmith
ports:
- "82:80"
Expand Down

0 comments on commit 07f2104

Please sign in to comment.