mirror of
https://github.com/getlago/lago.git
synced 2024-12-22 21:43:22 +07:00
Merge pull request #350 from getlago/bump-version
misc: Bump version to v1.3.0
This commit is contained in:
commit
74670f2cc0
2
api
2
api
@ -1 +1 @@
|
||||
Subproject commit 742c4e93b115130668d8613b59d921db07f1b4f4
|
||||
Subproject commit e54c1227ce897c0b0d30eabb63ab89917507cfb3
|
@ -33,7 +33,7 @@ services:
|
||||
|
||||
api:
|
||||
container_name: lago-api
|
||||
image: getlago/api:v1.2.1
|
||||
image: getlago/api:v1.3.0
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- db
|
||||
@ -88,7 +88,7 @@ services:
|
||||
|
||||
front:
|
||||
container_name: lago-front
|
||||
image: getlago/front:v1.2.1
|
||||
image: getlago/front:v1.3.0
|
||||
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;\"'"
|
||||
@ -128,7 +128,7 @@ services:
|
||||
|
||||
api-worker:
|
||||
container_name: lago-worker
|
||||
image: getlago/api:v1.2.1
|
||||
image: getlago/api:v1.3.0
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
api:
|
||||
@ -173,7 +173,7 @@ services:
|
||||
# It is recommendend if you have a high usage of events to not impact the other Sidekiq Jobs.
|
||||
#api-events-worker:
|
||||
# container_name: lago-events-worker
|
||||
# image: getlago/api:v1.2.1
|
||||
# image: getlago/api:v1.3.0
|
||||
# restart: unless-stopped
|
||||
# depends_on:
|
||||
# api:
|
||||
@ -212,7 +212,7 @@ services:
|
||||
|
||||
api-clock:
|
||||
container_name: lago-clock
|
||||
image: getlago/api:v1.2.1
|
||||
image: getlago/api:v1.3.0
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
api:
|
||||
|
2
front
2
front
@ -1 +1 @@
|
||||
Subproject commit 15c68462e55623b00e03f43faa4139fca8f10f40
|
||||
Subproject commit b664d8abbfd4c53ce9263463e719eabf63a34dde
|
Loading…
Reference in New Issue
Block a user