services: bouncer-traefik: image: ${BT_IMAGE}:${BT_VERSION} container_name: ${BT_CONTAINER_NAME} restart: ${BT_RESTART_POLICY} env_file: - path: ./traefik-bouncer.env networks: - proxy security_opt: - no-new-privileges:true