- commit
- f8031ae
- parent
- f6881c4
- author
- Eric Bower
- date
- 2025-06-14 09:13:33 -0400 EDT
docker compose
2 files changed,
+27,
-0
+19,
-0
1@@ -243,6 +243,25 @@ services:
2 options:
3 max-file: "3"
4 max-size: "1024m"
5+ pgs-web-lite:
6+ dns: 1.1.1.1
7+ networks:
8+ pgs:
9+ aliases:
10+ - web
11+ env_file:
12+ - .env.prod
13+ volumes:
14+ - ./data/pgs-ssh/data:/app/ssh_data
15+ deploy:
16+ resources:
17+ limits:
18+ memory: 3g
19+ logging:
20+ driver: "json-file"
21+ options:
22+ max-file: "3"
23+ max-size: "1024m"
24 pgs-ssh:
25 networks:
26 pgs:
+8,
-0
1@@ -83,11 +83,19 @@ services:
2 - pgs
3 - services
4 - all
5+ pgs-web-lite:
6+ image: ghcr.io/picosh/pico/pgs-web-lite:latest
7+ restart: always
8+ profiles:
9+ - pgs-lite
10+ - services
11+ - all
12 pgs-ssh:
13 image: ghcr.io/picosh/pico/pgs-ssh:latest
14 restart: always
15 profiles:
16 - pgs
17+ - pgs-lite
18 - services
19 - all
20 feeds-web: