mirror of
https://github.com/mtan93/Apps-Community.git
synced 2026-03-08 05:31:59 +00:00
ports exposed
this ports must be exposed for communitcation
This commit is contained in:
@@ -72,12 +72,12 @@
|
||||
image: '{{image}}'
|
||||
pull: yes
|
||||
published_ports:
|
||||
- '{{ports.stdout}}{{extport}}:{{intport}}'
|
||||
- '{{ports.stdout}}{{extport2}}:{{intport2}}'
|
||||
- '{{ports.stdout}}{{extport3}}:{{intport3}}'
|
||||
- '{{ports.stdout}}{{extport4}}:{{intport4}}'
|
||||
- '{{ports.stdout}}{{extport5}}:{{intport5}}'
|
||||
- '{{ports.stdout}}{{extport6}}:{{intport6}}'
|
||||
- '{{extport}}:{{intport}}'
|
||||
- '{{extport2}}:{{intport2}}'
|
||||
- '{{extport3}}:{{intport3}}'
|
||||
- '{{extport4}}:{{intport4}}'
|
||||
- '{{extport5}}:{{intport5}}'
|
||||
- '{{extport6}}:{{intport6}}'
|
||||
volumes: '{{pg_volumes}}'
|
||||
env: '{{pg_env}}'
|
||||
restart_policy: always
|
||||
|
||||
Reference in New Issue
Block a user