Expose the web api directly on port 80

This commit is contained in:
runebaas 2020-06-20 03:25:28 +02:00
parent 619f63067c
commit 8f41999015
No known key found for this signature in database
GPG key ID: 2677AF508D0300D6

View file

@ -21,7 +21,7 @@
restart_policy: always
keep_volumes: no
ports:
- "12995:12995"
- "80:12995"
env:
GEEKBOT_DB_HOST: "{{ lookup('env', 'GEEKBOT_DB_HOST') }}"
GEEKBOT_DB_USER: "{{ lookup('env', 'GEEKBOT_DB_USER') }}"