Small text-based online game — a HAL mesh module
Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
- manifest: 2
- name: txt-game
- version: "1.0.0"
- description: "Small text-based online game"
-
- service:
- container: txt-game
-
- docker:
- - image: txt-game
- context: .
- dockerfile: Dockerfile
-
- requires:
- - provider: postgres
- type: database
- name: txt_game_scores
- env_map:
- TXT_GAME_DB_HOST: host
- TXT_GAME_DB_PORT: port
- TXT_GAME_DB_USER: user
- TXT_GAME_DB_PASSWORD: password
- TXT_GAME_DB_NAME: database
-
- env:
- DOMAIN:
- from: node.domain
- default: localhost
- TXT_GAME_DB_HOST:
- TXT_GAME_DB_PORT:
- TXT_GAME_DB_USER:
- TXT_GAME_DB_PASSWORD:
- TXT_GAME_DB_NAME:
|