dockercompose cuttingedge

This commit is contained in:
glax 2023-09-02 22:46:13 +02:00
parent bfc6767a7d
commit a7a86d25c3

View File

@ -1,7 +1,7 @@
version: '3'
services:
tranga-api:
image: glax/tranga-api:latest
image: glax/tranga-api:cuttingedge
container_name: tranga-api
volumes:
- ./tranga:/usr/share/Tranga-API #1 when replacing ./tranga replace #2 with same value
@ -10,7 +10,7 @@ services:
- "6531:6531"
restart: unless-stopped
tranga-website:
image: glax/tranga-website:latest
image: glax/tranga-website:cuttingedge
container_name: tranga-website
volumes:
- ./tranga/imageCache:/usr/share/nginx/html/imageCache:ro #2 when replacing Point to same value as #1/imageCache