mirror of
https://github.com/getlago/lago.git
synced 2024-12-22 16:03:19 +07:00
some small fixes
This commit is contained in:
parent
8b33eb924f
commit
1637571486
2
api
2
api
@ -1 +1 @@
|
||||
Subproject commit d7bf86400acbfcb3dc5f4504997807f77f6923ad
|
||||
Subproject commit 2a0f21a248cdab791048e5fca639853a78de291f
|
@ -1,5 +1,3 @@
|
||||
name: Lago
|
||||
|
||||
volumes:
|
||||
lago_postgres_data:
|
||||
lago_redis_data:
|
||||
@ -48,7 +46,7 @@ services:
|
||||
|
||||
migrate:
|
||||
container_name: lago-migrate
|
||||
image: getlago/api:v1.15.2
|
||||
image: getlago/api:jeremy
|
||||
depends_on:
|
||||
db:
|
||||
condition: service_healthy
|
||||
@ -60,10 +58,12 @@ services:
|
||||
- RSA_PRIVATE_KEY=${LAGO_RSA_PRIVATE_KEY} # Should be base64 encoded
|
||||
- LAGO_RSA_PRIVATE_KEY=${LAGO_RSA_PRIVATE_KEY} # Should be base64 encoded
|
||||
- DATABASE_URL=postgresql://${POSTGRES_USER:-lago}:${POSTGRES_PASSWORD:-changeme}@${POSTGRES_HOST:-db}:${POSTGRES_PORT:-5432}/${POSTGRES_DB:-lago}?search_path=${POSTGRES_SCHEMA:-public}
|
||||
- REDIS_URL=redis://${REDIS_HOST:-redis}:${REDIS_PORT:-6379}
|
||||
- REDIS_PASSWORD=${REDIS_PASSWORD}
|
||||
|
||||
api:
|
||||
container_name: lago-api
|
||||
image: getlago/api:v1.15.2
|
||||
image: getlago/api:jeremy
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
migrate:
|
||||
@ -168,7 +168,7 @@ services:
|
||||
|
||||
api-worker:
|
||||
container_name: lago-worker
|
||||
image: getlago/api:v1.15.2
|
||||
image: getlago/api:jeremy
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
db:
|
||||
@ -304,7 +304,7 @@ services:
|
||||
|
||||
api-clock:
|
||||
container_name: lago-clock
|
||||
image: getlago/api:v1.15.2
|
||||
image: getlago/api:jeremy
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
db:
|
||||
|
2
front
2
front
@ -1 +1 @@
|
||||
Subproject commit 31954626fdf65baf801619034e483fd29a7ee5a7
|
||||
Subproject commit 98c1166fac8ab1a7ead050332f8870dd02705db4
|
Loading…
Reference in New Issue
Block a user