mirror of
https://github.com/booklore-app/booklore.git
synced 2026-02-18 00:17:53 +01:00
10 lines
290 B
YAML
10 lines
290 B
YAML
version: '3.8'
|
|
services:
|
|
booklore-app:
|
|
container_name: booklore
|
|
image: localhost:5000/booklore-app:v8
|
|
ports:
|
|
- "5050:6060"
|
|
volumes:
|
|
- /Users/aditya.chandel/my-library-temp/config/docker:/app/config
|
|
- /Users/aditya.chandel/my-library-temp/books:/app/books |