services: app: build: ./backend container_name: bizoni-app ports: - "80:80" volumes: - ./data:/app/data - ./:/app/site:ro restart: unless-stopped