Skip to content

Commit

Permalink
Modified compose file to work better with artifact registry
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsproul committed Sep 5, 2024
1 parent 2924603 commit b9de063
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docker-compose-artifact-registry.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
version: "3.8"

services:
dspfront:
image: us-east1-docker.pkg.dev/cznet-393818/cznethub/dspfront:${AR_TAG_DSPFRONT}
image: dspfront:latest
container_name: dspfront
volumes:
- ./dspfront/.env:/dspfront/.env
depends_on:
- dspback
ports:
Expand All @@ -17,8 +17,10 @@ services:
restart: unless-stopped

dspback:
image: us-east1-docker.pkg.dev/cznet-393818/cznethub/dspback:${AR_TAG_DSPBACK}
image: dspback:latest
container_name: dspback
volumes:
- ./dspback/.env:/dspback/.env
ports:
- 5002:5002
restart: unless-stopped

0 comments on commit b9de063

Please sign in to comment.