1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
version: "3.5" services: sui: container_name: sui restart: always build: context: ./ environment: - VIRTUAL_HOST=test.laserr.net networks: - nginx-proxy - public ports: - 4000:80 volumes: - ./:/opt/html networks: nginx-proxy: external: true public: external: name: public