services: app: build: . image: no-whatever:latest container_name: no-whatever ports: - "3000:3000" volumes: - app-data:/app/data environment: - DATABASE_URL=file:/app/data/dev.db restart: unless-stopped volumes: app-data: