feat(service): add Gowa service (#6164)
This commit is contained in:
1
public/svgs/gowa.svg
Normal file
1
public/svgs/gowa.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 844 KiB |
25
templates/compose/gowa.yaml
Normal file
25
templates/compose/gowa.yaml
Normal 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
|
Reference in New Issue
Block a user