Skip to content

Commit

Permalink
chore: rm imgs
Browse files Browse the repository at this point in the history
  • Loading branch information
neurosnap committed Jan 18, 2025
1 parent e6c6e2f commit d3e2409
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 969 deletions.
19 changes: 0 additions & 19 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -66,25 +66,6 @@ PROSE_DOMAIN=prose.dev.pico.sh:3002
PROSE_PROTOCOL=http
PROSE_DEBUG=1

IMGS_CADDYFILE=./caddy/Caddyfile
IMGS_V4=
IMGS_V6=
IMGS_HTTP_V4=$IMGS_V4:80
IMGS_HTTP_V6=[$IMGS_V6]:80
IMGS_HTTPS_V4=$IMGS_V4:443
IMGS_HTTPS_V6=[$IMGS_V6]:443
IMGS_SSH_V4=$IMGS_V4:22
IMGS_SSH_V6=[$IMGS_V6]:22
IMGS_HOST=
IMGS_SSH_PORT=2222
IMGS_WEB_PORT=3000
IMGS_PROM_PORT=9222
IMGS_DOMAIN=imgs.dev.pico.sh:3003
IMGS_EMAIL=[email protected]
IMGS_PROTOCOL=http
IMGS_STORAGE_DIR=.storage
IMGS_DEBUG=1

SENDGRID_API_KEY=
FEEDS_CADDYFILE=./caddy/Caddyfile
FEEDS_V4=
Expand Down
9 changes: 0 additions & 9 deletions cmd/imgs/ssh/main.go

This file was deleted.

7 changes: 0 additions & 7 deletions cmd/imgs/web/main.go

This file was deleted.

30 changes: 0 additions & 30 deletions docker-compose.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,6 @@ services:
ports:
- "9000:9000"
- "9001:9001"
registry:
env_file:
- .env.example
ports:
- "5000:5000"
volumes:
- ./imgs/registry.yml:/etc/docker/registry/config.yml
imgproxy:
env_file:
- .env.example
Expand Down Expand Up @@ -87,29 +80,6 @@ services:
- ./data/prose-ssh/data:/app/ssh_data
ports:
- "2222:2222"
imgs-web:
build:
args:
APP: imgs
target: release-web
env_file:
- .env.example
volumes:
- ./data/storage/data:/app/.storage
ports:
- "3003:3000"
imgs-ssh:
build:
args:
APP: imgs
target: release-ssh
env_file:
- .env.example
volumes:
- ./data/storage/data:/app/.storage
- ./data/imgs-ssh/data:/app/ssh_data
ports:
- "2223:2222"
pgs-web:
build:
args:
Expand Down
60 changes: 0 additions & 60 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,6 @@ services:
- .env.prod
volumes:
- ./data/pipemgr/data/term_info_ed25519:/key:ro
registry:
env_file:
- .env.prod
volumes:
- ./imgs/registry.yml:/etc/docker/registry/config.yml
networks:
- imgs
imgproxy:
env_file:
- .env.prod
Expand Down Expand Up @@ -186,53 +179,6 @@ services:
ports:
- "${PROSE_SSH_V4:-22}:2222"
- "${PROSE_SSH_V6:-[::1]:22}:2222"
imgs-caddy:
image: ghcr.io/picosh/pico/caddy:latest
restart: always
networks:
- imgs
env_file:
- .env.prod
environment:
APP_DOMAIN: ${IMGS_DOMAIN:-imgs.sh}
APP_EMAIL: ${IMGS_EMAIL:[email protected]}
volumes:
- ${IMGS_CADDYFILE}:/etc/caddy/Caddyfile
- ./data/imgs-caddy/data:/data
- ./data/imgs-caddy/config:/config
ports:
- "${IMGS_HTTPS_V4:-443}:443"
- "${IMGS_HTTP_V4:-80}:80"
- "${IMGS_HTTPS_V6:-[::1]:443}:443"
- "${IMGS_HTTP_V6:-[::1]:80}:80"
profiles:
- imgs
- caddy
- all
imgs-web:
networks:
imgs:
aliases:
- web
env_file:
- .env.prod
volumes:
- ./data/storage/data:/app/.storage
- ./data/imgs-ssh/data:/app/ssh_data
imgs-ssh:
networks:
imgs:
aliases:
- ssh
env_file:
- .env.prod
volumes:
- ./data/storage/data:/app/.storage
- ./data/imgs-ssh/data:/app/ssh_data
- ./data/imgs-tmp:/tmp
ports:
- "${IMGS_SSH_V4:-22}:2222"
- "${IMGS_SSH_V6:-[::1]:22}:2222"
pgs-caddy:
image: ghcr.io/picosh/pico/caddy:latest
restart: always
Expand Down Expand Up @@ -392,12 +338,6 @@ networks:
ipam:
config:
- subnet: 172.19.0.0/16
imgs:
driver_opts:
com.docker.network.bridge.name: imgs
ipam:
config:
- subnet: 172.21.0.0/16
feeds:
driver_opts:
com.docker.network.bridge.name: feeds
Expand Down
24 changes: 0 additions & 24 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,6 @@ services:
profiles:
- db
- all
registry:
image: registry
restart: always
profiles:
- imgs
- services
- all
environment:
REGISTRY_STORAGE_S3_ACCESSKEY: ${MINIO_ROOT_USER}
REGISTRY_STORAGE_S3_SECRETKEY: ${MINIO_ROOT_PASSWORD}
imgproxy:
image: darthsim/imgproxy:latest
restart: always
Expand Down Expand Up @@ -85,20 +75,6 @@ services:
- prose
- services
- all
imgs-web:
image: ghcr.io/picosh/pico/imgs-web:latest
restart: always
profiles:
- imgs
- services
- all
imgs-ssh:
image: ghcr.io/picosh/pico/imgs-ssh:latest
restart: always
profiles:
- imgs
- services
- all
pgs-web:
image: ghcr.io/picosh/pico/pgs-web:latest
restart: always
Expand Down
Loading

0 comments on commit d3e2409

Please sign in to comment.