services: launcher: image: alpine:latest container_name: launcher restart: unless-stopped expose: - "9000" volumes: - /opt/nextworkspace/:/opt/nextworkspace/ - /opt/nextworkspace/.env:/opt/nextworkspace/.env working_dir: /opt/nextworkspace command: /opt/nextworkspace/nextworkspace environment: - CONFIG_DIR=/opt/nextworkspace/config/nextworkspace networks: - nextwks-net networks: nextwks-net: external: true