jakehurwitzisabitch/docker-compose.yml
2025-04-25 14:00:50 -05:00

13 lines
257 B
YAML

version: '2'
services:
bitch:
container_name: bitch
build:
context: ./
dockerfile: Dockerfile
restart: "no"
ports:
- 8080:8080
volumes:
- ./config:/srv/bitch/config