Moved to npm_default network

This commit is contained in:
Matthew McKinnon 2023-10-15 12:29:18 +10:00
parent 9587504b34
commit c101658bf3

View File

@ -6,3 +6,9 @@ services:
image: registry.gitlab.comprofix.com/comprofix/website:latest image: registry.gitlab.comprofix.com/comprofix/website:latest
container_name: comprofix-website container_name: comprofix-website
restart: unless-stopped restart: unless-stopped
networks:
- npm_default
networks:
npm_default:
external: true