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