Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
TAG := $(shell git log --format=%h -1)
GEOAPI_IMAGE=taccaci/geoapi
GEOAPI_WORKERS=taccaci/geoapi-workers
GEOAPI_IMAGE=taccwma/geoapi
GEOAPI_WORKERS=taccwma/geoapi-workers


####
Expand Down
6 changes: 3 additions & 3 deletions devops/docker-compose.local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ networks:

x-worker-base: &worker-base # Base fragment for worker services
# See: https://docs.docker.com/reference/compose-file/fragments/
image: taccaci/geoapi-workers:local
image: taccwma/geoapi-workers:local
volumes:
- ../:/app
- assets:/assets
Expand Down Expand Up @@ -110,7 +110,7 @@ services:
- assets:/assets:ro

backend:
image: taccaci/geoapi:local
image: taccwma/geoapi:local
volumes:
- ../:/app
- assets:/assets
Expand Down Expand Up @@ -140,7 +140,7 @@ services:
condition: service_completed_successfully

assets-init:
image: taccaci/geoapi-workers:local
image: taccwma/geoapi-workers:local
volumes:
- assets:/assets
command: ["sh", "-c", "chown -R 1100:1100 /assets && chmod -R 775 /assets"]
Loading