name: website services: app: build: context: . args: RATE_MY_SHOTS_URL: ${RATE_MY_SHOTS_URL} restart: unless-stopped ports: - "${HOST_PORT}:3000" environment: DB_PATH: /app/data/db.sqlite volumes: - "${DATA_DIR:-./data}:/app/data"