repos / pico

pico services mono repo
git clone https://github.com/picosh/pico.git

commit
aa393e3
parent
497b8a7
author
Antonio Mika
date
2024-10-04 10:08:30 -0400 EDT
Set proper profile setting
1 files changed,  +4, -0
M docker-compose.prod-irc.yml
+4, -0
 1@@ -30,6 +30,10 @@ services:
 2     environment:
 3       - PROXY_URL=http://localhost:9000
 4     image: schmailzl/simple-reverse-proxy
 5+    profiles:
 6+      - bouncer
 7+      - services
 8+      - all
 9   bouncer:
10     networks:
11       - ${AUTH_NETWORK}