services: pyfconfig: build: . image: pyfconfig:latest restart: unless-stopped environment: # Public name shown in the HTML page and the curl examples; set to the # deployment domain (e.g. "ifconfig.example.com"). SITE_NAME: ${SITE_NAME:-pyfconfig} # Comma-separated CIDRs of trusted reverse proxies (e.g. # "172.16.0.0/12"); required for correct client IPs when deployed # behind a reverse proxy. Empty means no proxy is trusted. TRUSTED_PROXY_CIDRS: ${TRUSTED_PROXY_CIDRS:-} ports: - "127.0.0.1:8080:8080"