chore (service): add network and container name wakapi
This commit is contained in:
parent
3a9825ff95
commit
0cacd0ad79
1 changed files with 3 additions and 0 deletions
|
@ -1,10 +1,13 @@
|
|||
services:
|
||||
wakapi:
|
||||
container_name: wakapi
|
||||
image: ghcr.io/muety/wakapi:latest
|
||||
init: true
|
||||
ports:
|
||||
- 8004:3000
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- web
|
||||
volumes:
|
||||
- /mnt/storagebox_alpha/wakapi/data:/data # bind mount, no need to add named vol
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue