mirror of
https://github.com/getlago/lago.git
synced 2025-01-03 13:30:02 +07:00
misc(version): bump to v1.1.1 (#338)
This commit is contained in:
parent
3434d2cb8b
commit
04b8740e41
2
api
2
api
@ -1 +1 @@
|
||||
Subproject commit 782db75ef58343e9927db512b62605152d4beee1
|
||||
Subproject commit b742cb83da36c2f8597cbbc6129461cfa931c0e7
|
@ -33,7 +33,7 @@ services:
|
||||
|
||||
api:
|
||||
container_name: lago-api
|
||||
image: getlago/api:v1.1.0
|
||||
image: getlago/api:v1.1.1
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- db
|
||||
@ -87,7 +87,7 @@ services:
|
||||
|
||||
front:
|
||||
container_name: lago-front
|
||||
image: getlago/front:v1.1.0
|
||||
image: getlago/front:v1.1.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;\"'"
|
||||
@ -126,7 +126,7 @@ services:
|
||||
|
||||
api-worker:
|
||||
container_name: lago-worker
|
||||
image: getlago/api:v1.1.0
|
||||
image: getlago/api:v1.1.1
|
||||
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.0
|
||||
# image: getlago/api:v1.1.1
|
||||
# restart: unless-stopped
|
||||
# depends_on:
|
||||
# api:
|
||||
@ -208,7 +208,7 @@ services:
|
||||
|
||||
api-clock:
|
||||
container_name: lago-clock
|
||||
image: getlago/api:v1.1.0
|
||||
image: getlago/api:v1.1.1
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
api:
|
||||
|
2
front
2
front
@ -1 +1 @@
|
||||
Subproject commit 900be0e1c39c09974494e6f196583aedd6704339
|
||||
Subproject commit 7d7e7d4e5cb385cb274486643eeabc4223048d82
|
Loading…
Reference in New Issue
Block a user