mirror of
https://github.com/getlago/lago.git
synced 2025-01-29 00:51:13 +07:00
misc: Version 1.1.2 (#340)
This commit is contained in:
parent
04b8740e41
commit
6732660bdb
2
api
2
api
@ -1 +1 @@
|
||||
Subproject commit b742cb83da36c2f8597cbbc6129461cfa931c0e7
|
||||
Subproject commit 3818ae6add2f031774cf26f384a4e6fd7b60ec2f
|
@ -33,7 +33,7 @@ services:
|
||||
|
||||
api:
|
||||
container_name: lago-api
|
||||
image: getlago/api:v1.1.1
|
||||
image: getlago/api:v1.1.2
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- db
|
||||
@ -87,7 +87,7 @@ services:
|
||||
|
||||
front:
|
||||
container_name: lago-front
|
||||
image: getlago/front:v1.1.1
|
||||
image: getlago/front:v1.1.2
|
||||
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;\"'"
|
||||
@ -126,7 +126,7 @@ services:
|
||||
|
||||
api-worker:
|
||||
container_name: lago-worker
|
||||
image: getlago/api:v1.1.1
|
||||
image: getlago/api:v1.1.2
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
api:
|
||||
@ -170,7 +170,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.1.1
|
||||
# image: getlago/api:v1.1.2
|
||||
# restart: unless-stopped
|
||||
# depends_on:
|
||||
# api:
|
||||
@ -208,7 +208,7 @@ services:
|
||||
|
||||
api-clock:
|
||||
container_name: lago-clock
|
||||
image: getlago/api:v1.1.1
|
||||
image: getlago/api:v1.1.2
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
api:
|
||||
|
2
front
2
front
@ -1 +1 @@
|
||||
Subproject commit 7d7e7d4e5cb385cb274486643eeabc4223048d82
|
||||
Subproject commit 7486e2849511b771bc43b6f9d392c298ed6140e2
|
Loading…
Reference in New Issue
Block a user