Compare commits

...

2 Commits

Author SHA1 Message Date
65452979ce Update stirling-pdf for network 2025-07-08 17:18:13 +05:30
a2632f778e Add network to portainer 2025-07-08 17:17:56 +05:30
3 changed files with 8 additions and 0 deletions

View File

@@ -8,6 +8,8 @@ services:
ports:
- 9001:9001
networks:
- frontend
- backend
- internal
restart: unless-stopped

View File

@@ -10,6 +10,8 @@ services:
- 8000:8000
- 9443:9443
networks:
- frontend
- backend
- internal
restart: unless-stopped

View File

@@ -17,3 +17,7 @@ services:
networks:
- frontend
restart: unless-stopped
networks:
frontend:
external: true