version: '3.7' services: api: build: ./ volumes: - /var/run/docker.sock:/var/run/docker.sock - ./users.json:/app/app/users.json restart: unless-stopped networks: - caddy labels: caddy: console caddy.reverse_proxy: "{{upstreams 80}}" #caddy.tls: "admin@localhost" caddy.tls: "internal" env_file: - .env caddy: image: lucaslorentz/caddy-docker-proxy:ci-alpine ports: - 80:80 - 443:443 volumes: - /var/run/docker.sock:/var/run/docker.sock:ro networks: - caddy restart: unless-stopped networks: caddy: name: caddy