Skip to content

Commit

Permalink
build: rename API_TAG_OVERRIDE --> TAG_OVERRIDE
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Oct 22, 2023
1 parent f8cd157 commit d82cb13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ services:
restart: "unless-stopped"

api:
image: "ghcr.io/hotosm/fmtm/backend:${API_TAG_OVERRIDE:-debug}"
image: "ghcr.io/hotosm/fmtm/backend:${TAG_OVERRIDE:-debug}"
build:
context: src/backend
target: debug-with-odk
Expand Down Expand Up @@ -80,7 +80,7 @@ services:
restart: "unless-stopped"

migrations:
image: "ghcr.io/hotosm/fmtm/backend:${API_TAG_OVERRIDE:-debug}"
image: "ghcr.io/hotosm/fmtm/backend:${TAG_OVERRIDE:-debug}"
container_name: fmtm_migrations
depends_on:
- fmtm-db
Expand Down

0 comments on commit d82cb13

Please sign in to comment.