Small text-based online game — a HAL mesh module
Nevar pievienot vairāk kā 25 tēmas
Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
|
- 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
|