mirror of
https://github.com/getlago/lago.git
synced 2025-01-27 16:11:18 +07:00
misc: Bump version to v1.2.1 (#343)
This commit is contained in:
parent
7a314714bb
commit
eae0518836
2
api
2
api
@ -1 +1 @@
|
||||
Subproject commit 843a63c83f695328a590a1847474aae9677ca99c
|
||||
Subproject commit 742c4e93b115130668d8613b59d921db07f1b4f4
|
@ -33,7 +33,7 @@ services:
|
||||
|
||||
api:
|
||||
container_name: lago-api
|
||||
image: getlago/api:v1.2.0
|
||||
image: getlago/api:v1.2.1
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- db
|
||||
@ -88,7 +88,7 @@ services:
|
||||
|
||||
front:
|
||||
container_name: lago-front
|
||||
image: getlago/front:v1.2.0
|
||||
image: getlago/front:v1.2.1
|
||||
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.0
|
||||
image: getlago/api:v1.2.1
|
||||
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.0
|
||||
# image: getlago/api:v1.2.1
|
||||
# restart: unless-stopped
|
||||
# depends_on:
|
||||
# api:
|
||||
@ -212,7 +212,7 @@ services:
|
||||
|
||||
api-clock:
|
||||
container_name: lago-clock
|
||||
image: getlago/api:v1.2.0
|
||||
image: getlago/api:v1.2.1
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
api:
|
||||
|
2
front
2
front
@ -1 +1 @@
|
||||
Subproject commit 61b1821c9300fa73d462c2a4d860ef6300d50654
|
||||
Subproject commit 15c68462e55623b00e03f43faa4139fca8f10f40
|
Loading…
Reference in New Issue
Block a user