Skip to content

Commit

Permalink
Changed version to main (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fa8Bit authored Jun 27, 2024
1 parent e67c23c commit b08865f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker-compose-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,15 +84,15 @@ services:
#frontends
landing-page:
container_name: landing-page
image: ghcr.io/gamify-it/landing-page:v1.6.0
image: ghcr.io/gamify-it/landing-page:main
restart: always
pull_policy: always
expose:
- "80"

overworld:
container_name: overworld
image: ghcr.io/gamify-it/overworld:v1.5.0
image: ghcr.io/gamify-it/overworld:main
restart: always
pull_policy: always
expose:
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,15 +101,15 @@ services:
#frontends
landing-page:
container_name: landing-page
image: ghcr.io/gamify-it/landing-page:v1.6.0
image: ghcr.io/gamify-it/landing-page:main
restart: always
pull_policy: always
expose:
- "80"

overworld:
container_name: overworld
image: ghcr.io/gamify-it/overworld:v1.5.0
image: ghcr.io/gamify-it/overworld:main
restart: always
pull_policy: always
expose:
Expand Down

0 comments on commit b08865f

Please sign in to comment.