services: web-staging: image: badbl0cks/pkmntrade-club:edge restart: always env_file: - .env environment: - DEBUG=True - DISABLE_SIGNUPS=True - PUBLIC_HOST=staging.pkmntrade.club - ALLOWED_HOSTS=staging.pkmntrade.club,127.0.0.1 deploy: mode: replicated replicas: 2 # healthcheck: # test: ["CMD", "curl", "-f", "http://127.0.0.1:8000"] # interval: 30s # timeout: 10s # retries: 3 # start_period: 30s