Add port configuration for services

This commit is contained in:
Andras Bacsai
2024-03-12 20:03:11 +01:00
parent c835c02bf2
commit 73e9410264
8 changed files with 35 additions and 21 deletions

View File

@@ -2,6 +2,7 @@
# slogan: Stirling is a powerful web based PDF manipulation tool
# tags: pdf, manipulation, web, tool
# logo: svgs/stirling.png
# port: 8080
services:
stirling-pdf:
@@ -12,5 +13,5 @@ services:
- stirling-custom-files:/customFiles/
- stirling-logs:/logs/
environment:
- SERVICE_FQDN_SPDF
- SERVICE_FQDN_SPDF_8080
- DOCKER_ENABLE_SECURITY=false