Small text-based online game — a HAL mesh module
您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
|
- manifest: 2
- name: txt-game
- version: "1.0.0"
- description: "Small text-based online game"
-
- service:
- container: txt-game
-
- docker:
- build:
- context: .
- dockerfile: Dockerfile
- image: txt-game
-
- env:
- DOMAIN:
- from: node.domain
- default: localhost
|