repos / pico

pico services - prose.sh, pastes.sh, imgs.sh, feeds.sh, pgs.sh
git clone https://github.com/picosh/pico.git

commit
3c7e877
parent
c4d79bb
author
Eric Bower
date
2024-07-22 16:05:42 +0000 UTC
chore: rm lists.sh
3 files changed,  +0, -82
M docker-compose.override.yml
+0, -20
 1@@ -25,26 +25,6 @@ services:
 2       - ./data/storage/data:/storage
 3     ports:
 4       - "8080:8080"
 5-  lists-web:
 6-    build:
 7-      args:
 8-        APP: lists
 9-      target: release-web
10-    env_file:
11-      - .env.example
12-    ports:
13-      - "3000:3000"
14-  lists-ssh:
15-    build:
16-      args:
17-        APP: lists
18-      target: release-ssh
19-    env_file:
20-      - .env.example
21-    volumes:
22-      - ./data/lists-ssh/data:/app/ssh_data
23-    ports:
24-      - "2220:2222"
25   pastes-web:
26     build:
27       args:
M docker-compose.prod.yml
+0, -48
 1@@ -44,48 +44,6 @@ services:
 2     volumes:
 3       - ./data/imgs-storage/data:/storage/imgs
 4       - ./data/pgs-storage/data:/storage/pgs
 5-  lists-caddy:
 6-    image: ghcr.io/picosh/pico/caddy:latest
 7-    restart: always
 8-    networks:
 9-      - lists
10-    env_file:
11-      - .env.prod
12-    environment:
13-      APP_DOMAIN: ${LISTS_DOMAIN:-lists.sh}
14-      APP_EMAIL: ${LISTS_EMAIL:-hello@pico.sh}
15-    volumes:
16-      - ${LISTS_CADDYFILE}:/etc/caddy/Caddyfile
17-      - ./data/lists-caddy/data:/data
18-      - ./data/lists-caddy/config:/config
19-    ports:
20-      - "${LISTS_HTTPS_V4:-443}:443"
21-      - "${LISTS_HTTP_V4:-80}:80"
22-      - "${LISTS_HTTPS_V6:-[::1]:443}:443"
23-      - "${LISTS_HTTP_V6:-[::1]:80}:80"
24-    profiles:
25-      - lists
26-      - caddy
27-      - all
28-  lists-web:
29-    networks:
30-      lists:
31-        aliases:
32-          - web
33-    env_file:
34-      - .env.prod
35-  lists-ssh:
36-    networks:
37-      lists:
38-        aliases:
39-          - ssh
40-    env_file:
41-      - .env.prod
42-    volumes:
43-      - ./data/lists-ssh/data:/app/ssh_data
44-    ports:
45-      - "${LISTS_SSH_V4:-22}:2222"
46-      - "${LISTS_SSH_V6:-[::1]:22}:2222"
47   pastes-caddy:
48     image: ghcr.io/picosh/pico/caddy:latest
49     restart: always
50@@ -362,12 +320,6 @@ networks:
51     ipam:
52       config:
53         - subnet: 172.19.0.0/16
54-  lists:
55-    driver_opts:
56-      com.docker.network.bridge.name: lists
57-    ipam:
58-      config:
59-        - subnet: 172.20.0.0/16
60   imgs:
61     driver_opts:
62       com.docker.network.bridge.name: imgs
M docker-compose.yml
+0, -14
 1@@ -29,20 +29,6 @@ services:
 2     profiles:
 3       - db
 4       - all
 5-  lists-web:
 6-    image: ghcr.io/picosh/pico/lists-web:latest
 7-    restart: always
 8-    profiles:
 9-      - lists
10-      - services
11-      - all
12-  lists-ssh:
13-    image: ghcr.io/picosh/pico/lists-ssh:latest
14-    restart: always
15-    profiles:
16-      - lists
17-      - services
18-      - all
19   pastes-web:
20     image: ghcr.io/picosh/pico/pastes-web:latest
21     restart: always