Fix missing network declaration

This commit is contained in:
Joey Hafner 2022-07-17 11:00:01 -07:00
parent 155b01dcac
commit e742746d89

View File

@ -28,3 +28,5 @@ services:
networks:
web:
external: true
monitoring:
external: true