repos / pico

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

commit
1bada29
parent
7cadb0c
author
Eric Bower
date
2024-03-13 15:36:17 -0400 EDT
fix(imgs): registry needs imgs network
1 files changed,  +2, -0
M docker-compose.prod.yml
+2, -0
1@@ -36,6 +36,8 @@ services:
2       - .env.prod
3     volumes:
4       - ./imgs/registry.yml:/etc/docker/registry/config.yml
5+    networks:
6+      - imgs
7   imgproxy:
8     env_file:
9       - .env.prod