fix: Add Infisical network to docker-compose.prod.yml
Container needs access to infisical_infisical-internal network to fetch secrets at startup. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
374c55770d
commit
938f53b40c
|
|
@ -34,6 +34,7 @@ services:
|
||||||
- /tmp
|
- /tmp
|
||||||
networks:
|
networks:
|
||||||
- traefik-public
|
- traefik-public
|
||||||
|
- infisical_infisical-internal
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
upload_data:
|
upload_data:
|
||||||
|
|
@ -41,3 +42,5 @@ volumes:
|
||||||
networks:
|
networks:
|
||||||
traefik-public:
|
traefik-public:
|
||||||
external: true
|
external: true
|
||||||
|
infisical_infisical-internal:
|
||||||
|
external: true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue