mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-23 16:36:00 +00:00
Refactor compose/apps.yml to update port mapping for privatebin service
This commit is contained in:
+4
-1
@@ -35,7 +35,7 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- postgres
|
- postgres
|
||||||
expose:
|
expose:
|
||||||
- 80
|
- 8080
|
||||||
networks:
|
networks:
|
||||||
- net
|
- net
|
||||||
labels:
|
labels:
|
||||||
@@ -199,6 +199,9 @@ services:
|
|||||||
- "traefik.http.services.privatebin_app.loadbalancer.server.port=8080"
|
- "traefik.http.services.privatebin_app.loadbalancer.server.port=8080"
|
||||||
|
|
||||||
redlib:
|
redlib:
|
||||||
|
# disable container temporarily
|
||||||
|
profiles:
|
||||||
|
- donotstart
|
||||||
image: quay.io/redlib/redlib:latest-arm
|
image: quay.io/redlib/redlib:latest-arm
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
user: nobody
|
user: nobody
|
||||||
|
|||||||
Reference in New Issue
Block a user