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:
|
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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue