fix: remove fixed container names from billing compose
All checks were successful
Build Docker Image / build (push) Successful in 4m24s
All checks were successful
Build Docker Image / build (push) Successful in 4m24s
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
services:
|
||||
billing:
|
||||
image: gitea.dsrptlab.com/optovia/billing/billing:latest
|
||||
container_name: billing
|
||||
restart: unless-stopped
|
||||
expose:
|
||||
- "8000"
|
||||
@@ -23,7 +22,6 @@ services:
|
||||
|
||||
tigerbeetle:
|
||||
image: ghcr.io/tigerbeetle/tigerbeetle:latest
|
||||
container_name: tigerbeetle
|
||||
privileged: true
|
||||
command: ["start", "--addresses=0.0.0.0:3000", "--development", "/var/lib/tigerbeetle/0_0.tigerbeetle"]
|
||||
expose:
|
||||
|
||||
Reference in New Issue
Block a user