mirror of
https://github.com/getlago/lago.git
synced 2025-01-07 05:50:37 +07:00
parent
63017fad60
commit
3a5c339245
2
api
2
api
@ -1 +1 @@
|
||||
Subproject commit 1972f9f3023a1288906bb4ad885d64387f2cf66f
|
||||
Subproject commit 578e2b59a06511d98a2681a6d346e234d503aa54
|
@ -30,7 +30,7 @@ services:
|
||||
|
||||
api:
|
||||
container_name: lago-api
|
||||
image: getlago/api:latest
|
||||
image: getlago/api:v0.1.0-alpha
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- db
|
||||
@ -50,7 +50,7 @@ services:
|
||||
|
||||
front:
|
||||
container_name: lago-front
|
||||
image: getlago/front:latest
|
||||
image: getlago/front:v0.1.0-alpha
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- api
|
||||
@ -63,7 +63,7 @@ services:
|
||||
|
||||
api-worker:
|
||||
container_name: lago-worker
|
||||
image: getlago/api:latest
|
||||
image: getlago/api:v0.1.0-alpha
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- api
|
||||
@ -79,7 +79,7 @@ services:
|
||||
|
||||
api-clock:
|
||||
container_name: lago-clock
|
||||
image: getlago/api:latest
|
||||
image: getlago/api:v0.1.0-alpha
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- api
|
||||
|
2
front
2
front
@ -1 +1 @@
|
||||
Subproject commit 1c448af1de1d3c950e73d72194a235cfe0a31e8f
|
||||
Subproject commit 373cd74b63aca2d5c1a31445f207cc6b97957f1a
|
Loading…
Reference in New Issue
Block a user