diff --git a/compose.yaml b/compose.yaml index 86277f5..40c685d 100644 --- a/compose.yaml +++ b/compose.yaml @@ -179,6 +179,8 @@ services: waha: restart: always image: devlikeapro/waha:latest + networks: + - monitoring_network dns: - 1.1.1.1 - 8.8.8.8 @@ -188,7 +190,7 @@ services: max-size: '100m' max-file: '10' ports: - - '3001:3000/tcp' + - '3333:3000/tcp' volumes: - '/app-config/waha/sessions:/app/.sessions' - '/app-config/waha/media:/app/.media'