ktvmanager_old_backend/docker-compose.yml
Karl 07340e9341
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 22s
allow the urls to stull build if a source dies
2025-07-13 16:51:40 +01:00

24 lines
519 B
YAML

version: "3"
services:
backend:
build:
context: .
dockerfile: .dockerfile
args:
- VERSION=${VERSION}
image: "karl0ss/ktvmanager"
extra_hosts:
- "host.docker.internal:host-gateway"
volumes:
- ./SQL/:/docker-entrypoint-initdb.d
ports:
- "3001:3001"
environment:
- DBHOST=vps.k-world.me.uk
- DBUSER=root
- DBPASS=Grd555269
- DATABASE=BBLB_DNS
- DBPORT=3306
- TORSSRV=host.docker.internal
- TORSPWD=KarlMax