version: "3.8" services: app: image: your-app:latest container_name: your-app restart: unless-stopped networks: - proxy networks: proxy: external: true