.
This commit is contained in:
@@ -27,12 +27,6 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"addPorts": [
|
"addPorts": [
|
||||||
{
|
|
||||||
"containerPort": "8090",
|
|
||||||
"hostPort": "8090",
|
|
||||||
"tcp": true,
|
|
||||||
"udp": true
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -8,13 +8,12 @@ services:
|
|||||||
tipi_main_network:
|
tipi_main_network:
|
||||||
gw_priority: 1
|
gw_priority: 1
|
||||||
environment:
|
environment:
|
||||||
API_REFERENCE_CONFIG: "{API_REFERENCE_CONFIG}"
|
API_REFERENCE_CONFIG: ${FORM_API_REFERENCE_CONFIG}
|
||||||
|
PROXY_URL: ${FORM_PROXY_URL}
|
||||||
ports:
|
ports:
|
||||||
- 8090:8090/tcp
|
|
||||||
- 8090:8090/udp
|
|
||||||
- ${APP_PORT}:8080
|
- ${APP_PORT}:8080
|
||||||
volumes:
|
volumes:
|
||||||
- /etc/runtipi/apps/_user/scalar/apidocs:/docs
|
- /etc/runtipi/app-data/runtipi/scalar/apidocs:/docs
|
||||||
labels:
|
labels:
|
||||||
generated: true
|
generated: true
|
||||||
traefik.enable: true
|
traefik.enable: true
|
||||||
|
|||||||
Reference in New Issue
Block a user