feat(service): add Gowa service (#6164)

This commit is contained in:
Ficky Irwanto
2025-07-19 00:49:27 +07:00
committed by GitHub
parent d736b3e8b7
commit 19a5617088
2 changed files with 26 additions and 0 deletions

1
public/svgs/gowa.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 844 KiB

View File

@@ -0,0 +1,25 @@
# documentation: https://github.com/aldinokemal/go-whatsapp-web-multidevice
# slogan: Golang WhatsApp - Built with Go for efficient memory use
# tags: whatsapp,golang,multidevice,api,go-whatsapp
# logo: svgs/gowa.svg
# port: 3000
services:
gowa:
image: aldinokemal2104/go-whatsapp-web-multidevice
container_name: gowa
restart: always
volumes:
- 'gowa:/app/storages'
environment:
- SERVICE_FQDN_GOWA_3000
- SERVICE_USER_GOWA
- SERVICE_PASSWORD_GOWA
- 'APP_BASIC_AUTH=${SERVICE_USER_GOWA}:${SERVICE_PASSWORD_GOWA}'
- APP_PORT=${APP_PORT:-3000}
- APP_DEBUG=${APP_DEBUG:-false}
- APP_ACCOUNT_VALIDATION=${APP_ACCOUNT_VALIDATION:-false}
- 'WHATSAPP_WEBHOOK=${WHATSAPP_WEBHOOK}'
- 'WHATSAPP_WEBHOOK_SECRET=${WHATSAPP_WEBHOOK_SECRET}'
volumes:
gowa: null