mirror of
https://github.com/elisiariocouto/leggen.git
synced 2025-12-13 14:52:16 +00:00
chore: Implement code review suggestions and format code.
This commit is contained in:
committed by
Elisiário Couto
parent
47164e8546
commit
de3da84dff
15
compose.yml
15
compose.yml
@@ -3,7 +3,6 @@ services:
|
||||
leggend:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile.leggend
|
||||
restart: "unless-stopped"
|
||||
ports:
|
||||
- "127.0.0.1:8000:8000"
|
||||
@@ -18,20 +17,6 @@ services:
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
|
||||
# CLI for one-off operations (uses leggend API)
|
||||
leggen:
|
||||
image: elisiariocouto/leggen:latest
|
||||
command: sync --wait
|
||||
restart: "no"
|
||||
volumes:
|
||||
- "./leggen:/root/.config/leggen"
|
||||
- "./db:/app"
|
||||
environment:
|
||||
- LEGGEND_API_URL=http://leggend:8000
|
||||
depends_on:
|
||||
leggend:
|
||||
condition: service_healthy
|
||||
|
||||
nocodb:
|
||||
image: nocodb/nocodb:latest
|
||||
restart: "unless-stopped"
|
||||
|
||||
Reference in New Issue
Block a user