chronodiagram/docker-compose.yml

14 lines
291 B
YAML
Raw Normal View History

2022-03-15 15:04:03 +01:00
version: '3'
services:
svganim:
image: svganim
2022-03-15 17:57:31 +01:00
restart: always
2022-03-15 15:04:03 +01:00
build:
context: .
dockerfile: ./Dockerfile
# entrypoint: "/bin/sh -c \"poetry run python webserver.py --storage /files\""
ports:
- "127.0.0.1:7890:7890"
2022-03-15 15:04:03 +01:00
volumes:
- ./files:/files