Move all service folders into docker-compose directory

This commit is contained in:
2025-11-27 19:24:55 -05:00
parent 2f2dc52f74
commit fb0f74d72f
141 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
version: '3.3'
services:
openbooks:
ports:
- '8080:80'
volumes:
- 'booksVolume:/books'
restart: unless-stopped
container_name: OpenBooks
command: --name prodigious --persist
environment:
- BASE_PATH=/openbooks/
image: evanbuss/openbooks:latest
volumes:
booksVolume: