Skip to content

Commit

Permalink
dfc-img
Browse files Browse the repository at this point in the history
  • Loading branch information
atalyaalon committed Sep 5, 2023
1 parent 6214995 commit ae4ec42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3'
services:
anyway-tests:
build: .
image: docker.pkg.github.com/hasadna/anyway/anyway:latest
image: ghcr.io/data-for-change/anyway/anyway:latest
container_name: anyway-tests
ports:
- "8081:5000"
Expand All @@ -23,7 +23,7 @@ services:

db-tests:
build: db_docker
image: docker.pkg.github.com/hasadna/anyway/db:latest
image: ghcr.io/data-for-change/anyway/db:latest
container_name: db-tests
volumes:
- db_tests_data:/var/lib/postgresql/data
Expand Down

0 comments on commit ae4ec42

Please sign in to comment.