version: '3' services: database: # build: ./database image: manticorum67/major-domo-database:latest restart: unless-stopped container_name: sba_database volumes: - ./storage:/usr/src/app/storage - ./logs:/usr/src/app/logs ports: - 801:80 environment: - TESTING=False - LOG_LEVEL=INFO - API_TOKEN=${API_TOKEN} - TZ=America/Chicago - WORKERS_PER_CORE=1.5 - TIMEOUT=120 - GRACEFUL_TIMEOUT=120