Expose the web api directly on port 80
This commit is contained in:
parent
619f63067c
commit
8f41999015
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
||||||
restart_policy: always
|
restart_policy: always
|
||||||
keep_volumes: no
|
keep_volumes: no
|
||||||
ports:
|
ports:
|
||||||
- "12995:12995"
|
- "80:12995"
|
||||||
env:
|
env:
|
||||||
GEEKBOT_DB_HOST: "{{ lookup('env', 'GEEKBOT_DB_HOST') }}"
|
GEEKBOT_DB_HOST: "{{ lookup('env', 'GEEKBOT_DB_HOST') }}"
|
||||||
GEEKBOT_DB_USER: "{{ lookup('env', 'GEEKBOT_DB_USER') }}"
|
GEEKBOT_DB_USER: "{{ lookup('env', 'GEEKBOT_DB_USER') }}"
|
||||||
|
|
Loading…
Reference in a new issue