Small text-based online game — a HAL mesh module
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 line
605B

  1. manifest: 2
  2. name: txt-game
  3. version: "1.0.0"
  4. description: "Small text-based online game"
  5. service:
  6. container: txt-game
  7. docker:
  8. - image: txt-game
  9. context: .
  10. dockerfile: Dockerfile
  11. requires:
  12. - provider: postgres
  13. type: database
  14. name: txt_game_scores
  15. env_map:
  16. TXT_GAME_DB_HOST: host
  17. TXT_GAME_DB_PORT: port
  18. TXT_GAME_DB_USER: user
  19. TXT_GAME_DB_PASSWORD: password
  20. TXT_GAME_DB_NAME: database
  21. env:
  22. DOMAIN:
  23. from: node.domain
  24. default: localhost
  25. TXT_GAME_DB_HOST:
  26. TXT_GAME_DB_PORT:
  27. TXT_GAME_DB_USER:
  28. TXT_GAME_DB_PASSWORD:
  29. TXT_GAME_DB_NAME: