Skip to content

Commit

Permalink
Update restart behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
lwjameson committed Dec 2, 2024
1 parent 218b498 commit d6bfa2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/docker-compose.client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ version: "3.8"
services:
client:
image: recogito-studio-client:latest
restart: unless-stopped
container_name: client
ports:
- "8090:3000"
Expand Down
2 changes: 2 additions & 0 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,7 @@ services:
vector:
container_name: supabase-vector
image: timberio/vector:0.28.1-alpine
restart: unless-stopped
healthcheck:
test:
[
Expand All @@ -431,6 +432,7 @@ services:
cantaloupe:
container_name: cantaloupe
image: "uclalibrary/cantaloupe:5.0.5-7"
restart: unless-stopped
ports:
- "8182:8182"
- "8183:8183"
Expand Down

0 comments on commit d6bfa2c

Please sign in to comment.