version: '3' services: app: image: container-registry.infra.dubyatp.xyz/bellscheduler/app:latest-testing restart: always environment: - SQLITE_DB=database.db - SECRET_KEY=notasecuresecretkeyonlyuseforlocaldevelopment volumes: - ./database.db:/app/database.db ports: - 127.0.0.1:80:80