fix: remove fixed container names from billing compose
All checks were successful
Build Docker Image / build (push) Successful in 4m24s

This commit is contained in:
Ruslan Bakiev
2026-03-13 15:06:19 +07:00
parent 6ad66f9dc1
commit 02e816b575

View File

@@ -1,7 +1,6 @@
services: services:
billing: billing:
image: gitea.dsrptlab.com/optovia/billing/billing:latest image: gitea.dsrptlab.com/optovia/billing/billing:latest
container_name: billing
restart: unless-stopped restart: unless-stopped
expose: expose:
- "8000" - "8000"
@@ -23,7 +22,6 @@ services:
tigerbeetle: tigerbeetle:
image: ghcr.io/tigerbeetle/tigerbeetle:latest image: ghcr.io/tigerbeetle/tigerbeetle:latest
container_name: tigerbeetle
privileged: true privileged: true
command: ["start", "--addresses=0.0.0.0:3000", "--development", "/var/lib/tigerbeetle/0_0.tigerbeetle"] command: ["start", "--addresses=0.0.0.0:3000", "--development", "/var/lib/tigerbeetle/0_0.tigerbeetle"]
expose: expose: