docker-compose.yaml

This commit is contained in:
glax 2023-05-25 10:49:24 +02:00
parent 9b8eb6a197
commit 79928075b0

15
docker-compose.yaml Normal file
View File

@ -0,0 +1,15 @@
services:
tranga-api:
image: glax/tranga-api:latest
container_name: tranga-api
volumes:
- ./tranga:/usr/share/Tranga-API
- ./Manga:/Manga
ports:
- 6531:80
restart: unless-stopped
tranga-website:
image: glax/tranga-website:latest
container_name: tranga-website
ports:
- 9555:80