16 lines
321 B
YAML
16 lines
321 B
YAML
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
|
|
|
|
networks:
|
|
web:
|
|
external: true
|