18 lines
396 B
YAML
18 lines
396 B
YAML
services:
|
|
audiobookshelf:
|
|
image: ghcr.io/advplyr/audiobookshelf:latest
|
|
container_name: audiobookshelf
|
|
restart: always
|
|
networks:
|
|
- web_traffic
|
|
volumes:
|
|
- ./audiobooks:/audiobooks
|
|
- ./podcasts:/podcasts
|
|
- ./config:/config
|
|
- ./metadata:/metadata
|
|
- /home/george/google-drive:/google-drive:rshared
|
|
|
|
networks:
|
|
web_traffic:
|
|
external: true
|