services: app: container_name: bit build: . environment: ENV: production ports: - 4000:4000 volumes: - sqlite_data:/app/sqlite volumes: sqlite_data: