Skip to content

Commit

Permalink
Merge pull request #113 from getlago/v0.13.0-alpha
Browse files Browse the repository at this point in the history
misc(docker): Bump versions to v0.13.0-alpha
  • Loading branch information
rsempe authored Oct 24, 2022
2 parents d150fd0 + b3f4b67 commit 14a6aaf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion api
Submodule api updated 139 files
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:

api:
container_name: lago-api
image: getlago/api:v0.12.0-alpha
image: getlago/api:v0.13.0-alpha
restart: unless-stopped
depends_on:
- db
Expand Down Expand Up @@ -73,7 +73,7 @@ services:

front:
container_name: lago-front
image: getlago/front:v0.12.0-alpha
image: getlago/front:v0.13.0-alpha
restart: unless-stopped
# Use this command if you want to use SSL with Let's Encrypt
# command: "/bin/sh -c 'while :; do sleep 6h & wait $${!}; nginx -s reload; done & nginx -g \"daemon off;\"'"
Expand Down Expand Up @@ -109,7 +109,7 @@ services:

api-worker:
container_name: lago-worker
image: getlago/api:v0.12.0-alpha
image: getlago/api:v0.13.0-alpha
restart: unless-stopped
depends_on:
- api
Expand Down Expand Up @@ -144,7 +144,7 @@ services:

api-clock:
container_name: lago-clock
image: getlago/api:v0.12.0-alpha
image: getlago/api:v0.13.0-alpha
restart: unless-stopped
depends_on:
- api
Expand Down

0 comments on commit 14a6aaf

Please sign in to comment.