Skip to content

Commit

Permalink
Add latest tag for compose files
Browse files Browse the repository at this point in the history
  • Loading branch information
jayjb committed Dec 11, 2023
1 parent c265a56 commit ef81822
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker-compose-letsencrypt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
command: redis-server --appendonly yes --protected-mode no --save 60 1
frontend:
restart: always
image: thinkst/canarytokens
image: thinkst/canarytokens:latest
build: ./canarytokens
ports:
- "8082:8082"
Expand All @@ -24,7 +24,7 @@ services:
command: bash -c "cd frontend; poetry run python -m uvicorn app:app --host 0.0.0.0 --port 8082"
switchboard:
restart: always
image: thinkst/canarytokens
image: thinkst/canarytokens:latest
build: ./canarytokens
ports:
- "25:2500"
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
command: redis-server --appendonly yes --protected-mode no --save 60 1
frontend:
restart: always
image: thinkst/canarytokens
image: thinkst/canarytokens:latest
build: ./canarytokens
ports:
- "8082:8082"
Expand All @@ -24,7 +24,7 @@ services:
command: bash -c "cd frontend; poetry run python -m uvicorn app:app --host 0.0.0.0 --port 8082 --log-config log.ini"
switchboard:
restart: always
image: thinkst/canarytokens
image: thinkst/canarytokens:latest
build: ./canarytokens
ports:
- "25:25"
Expand Down

0 comments on commit ef81822

Please sign in to comment.