version: '3' services: server: image: autarco-scraper:latest build: . restart: unless-stopped ports: - 8066:8000 volumes: - ./autarco.toml:/autarco-scraper/autarco.toml environment: ROCKET_ADDRESS: 0.0.0.0 ROCKET_LOG_LEVEL: normal # Available levels are: off, debug, normal, critical shm_size: '2gb'