chronodiagram/docker-compose.yml

14 lines
291 B
YAML

version: '3'
services:
svganim:
image: svganim
restart: always
build:
context: .
dockerfile: ./Dockerfile
# entrypoint: "/bin/sh -c \"poetry run python webserver.py --storage /files\""
ports:
- "127.0.0.1:7890:7890"
volumes:
- ./files:/files