Skip to content

Commit

Permalink
chore: bump image versions on compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
micahg committed Feb 17, 2024
1 parent 4257b6e commit 4f70591
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
ports:
- 27017:27017
api:
image: ghcr.io/micahg/nttsrv:0.0.21
image: ghcr.io/micahg/nttsrv:0.0.26
ports:
- 3000:3000
depends_on:
Expand All @@ -13,7 +13,7 @@ services:
- MONGO_URL=mongodb://mongo:27017/tbltp
- DISABLE_AUTH=true
ui:
image: ghcr.io/micahg/ntt:0.0.44
image: ghcr.io/micahg/ntt:0.0.46
ports:
- "8080:80"
depends_on:
Expand Down

0 comments on commit 4f70591

Please sign in to comment.