Skip to content

Commit

Permalink
chore(deps): update docker image versions
Browse files Browse the repository at this point in the history
Closes: #64
  • Loading branch information
haf-tech authored Jan 3, 2025
1 parent 3ae94c3 commit 383ce28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
redis: { condition: service_started }
mongo: { condition: service_healthy }
minio: { condition: service_started }
image: icr.io/i-am-bee/bee-api:0.0.17
image: icr.io/i-am-bee/bee-api:0.0.21
command: >
/bin/sh -c '
output=$(npx mikro-orm seeder:run 2>&1);
Expand Down Expand Up @@ -85,7 +85,7 @@ services:
bee-ui:
depends_on:
bee-api: { condition: service_healthy }
image: icr.io/i-am-bee/bee-ui-local:0.0.12
image: icr.io/i-am-bee/bee-ui-local:0.0.21
environment:
NEXTAUTH_URL: http://localhost:3000
NEXTAUTH_SECRET: top-secret
Expand All @@ -98,7 +98,7 @@ services:
- "3000:3000"

bee-usercontent-site:
image: icr.io/i-am-bee/bee-usercontent-site-local:0.0.10
image: icr.io/i-am-bee/bee-usercontent-site-local:0.0.13
profiles: [ all ]
ports:
- "5173:8080"
Expand Down

0 comments on commit 383ce28

Please sign in to comment.