1 2 3 4 5 6 7 8
services: website: image: registry.jan.systems/jan-systems-website:latest build: . volumes: - ${PWD}/files:/app/static/files ports: - "8080:8080"