services: app: build: . image: ghcr.io/birabittoh/gopipe:main container_name: gopipe restart: unless-stopped env_file: - .env swag: image: ghcr.io/linuxserver/swag container_name: swag cap_add: - NET_ADMIN env_file: - swag/swag.env volumes: #- /etc/config/swag:/config - ./swag/gopipe.subdomain.conf:/config/nginx/proxy-confs/gopipe.subdomain.conf:ro ports: - 443:443 - 80:80 restart: unless-stopped