Skip to content

Commit

Permalink
fix(Compose): Update home portal images in compose file to '0.3.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
Evanlab02 committed Nov 12, 2024
1 parent 8b9a832 commit e0b9e87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ services:

home-portal-admin:
container_name: hp-admin
image: ghcr.io/evanlab02/hp-admin:v0.2.0
image: ghcr.io/evanlab02/hp-admin:v0.3.2
env_file:
- .env
depends_on:
Expand All @@ -60,7 +60,7 @@ services:

home-portal-api:
container_name: hp-api
image: ghcr.io/evanlab02/hp-api:v0.2.0
image: ghcr.io/evanlab02/hp-api:v0.3.2
env_file:
- .env
depends_on:
Expand All @@ -77,7 +77,7 @@ services:

home-portal-site:
container_name: hp-site
image: ghcr.io/evanlab02/hp-site:v0.2.0
image: ghcr.io/evanlab02/hp-site:v0.3.2
env_file:
- .env
restart: always
Expand Down

0 comments on commit e0b9e87

Please sign in to comment.