chaturbate-dvr/docker-compose-web.yml
gunter423 21c689768c Added gin BasicAuth
Create docker-compose-web.yml and web.Dockerfile
Create Makefile
2024-02-12 20:43:56 +01:00

12 lines
242 B
YAML

version: "3.0"
services:
chaturbate-dvr-web:
container_name: chaturbate-dvr-web
build:
context: .
dockerfile: web.Dockerfile
ports:
- "8080:8080"
volumes:
- ./accounts.json:/usr/src/app/accounts.json