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:
|
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:
|
||||||
|
|||||||
Reference in New Issue
Block a user