mirror of
https://github.com/getlago/lago.git
synced 2024-12-22 21:33:23 +07:00
misc(version): Bump to v1.5.1 (#362)
This commit is contained in:
parent
0a824eed69
commit
b85e59f918
2
api
2
api
@ -1 +1 @@
|
||||
Subproject commit 9680e473fe8ec29c2c7bbd9910d09d657c34fc5c
|
||||
Subproject commit 41449834d6ca190d2f88e652575a25e6cfb3804f
|
@ -34,7 +34,7 @@ services:
|
||||
|
||||
api:
|
||||
container_name: lago-api
|
||||
image: getlago/api:v1.5.0
|
||||
image: getlago/api:v1.5.1
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- db
|
||||
@ -90,7 +90,7 @@ services:
|
||||
|
||||
front:
|
||||
container_name: lago-front
|
||||
image: getlago/front:v1.5.0
|
||||
image: getlago/front:v1.5.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;\"'"
|
||||
@ -130,7 +130,7 @@ services:
|
||||
|
||||
api-worker:
|
||||
container_name: lago-worker
|
||||
image: getlago/api:v1.5.0
|
||||
image: getlago/api:v1.5.1
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
api:
|
||||
@ -176,7 +176,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.5.0
|
||||
# image: getlago/api:v1.5.1
|
||||
# restart: unless-stopped
|
||||
# depends_on:
|
||||
# api:
|
||||
@ -216,7 +216,7 @@ services:
|
||||
|
||||
api-clock:
|
||||
container_name: lago-clock
|
||||
image: getlago/api:v1.5.0
|
||||
image: getlago/api:v1.5.1
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
api:
|
||||
|
2
front
2
front
@ -1 +1 @@
|
||||
Subproject commit b40c908691c5eef593876fb7e4ef2cc5a9df950f
|
||||
Subproject commit f008b70e2195d61e6004eead0574927b1b82c6e9
|
Loading…
Reference in New Issue
Block a user