version: '3' services: passcore: build: . restart: unless-stopped expose: - "80" dns: - 192.168.88.65 volumes: - ./volumes/config/appsettings.json:/app/appsettings.json # Sync host and container timezone - /etc/localtime:/etc/localtime:ro networks: - proxy networks: proxy: name: reverse-proxy-network external: true