version: '3.4' services: rgs_launcher: build: context: .. dockerfile: docker/Dockerfile target: build ports: - '8080:80' - '443:8443' volumes: - "../:/var/www/html" networks: - backoffice-network environment: RGS_LAUNCHERS_URL: https://assets.dev.vsslots.com/launcher/ networks: backoffice-network: external: true name: rgs-network