chore (service): add network and container name wakapi

This commit is contained in:
thomasabishop 2025-05-05 16:07:50 +00:00
parent 3a9825ff95
commit 0cacd0ad79

View file

@ -1,10 +1,13 @@
services: services:
wakapi: wakapi:
container_name: wakapi
image: ghcr.io/muety/wakapi:latest image: ghcr.io/muety/wakapi:latest
init: true init: true
ports: ports:
- 8004:3000 - 8004:3000
restart: unless-stopped restart: unless-stopped
networks:
- web
volumes: volumes:
- /mnt/storagebox_alpha/wakapi/data:/data # bind mount, no need to add named vol - /mnt/storagebox_alpha/wakapi/data:/data # bind mount, no need to add named vol