kopia lustrzana https://github.com/Haxxnet/Compose-Examples
Update docker-compose.yml
rodzic
b319aa3a2a
commit
bef36f30dd
|
@ -13,8 +13,8 @@ services:
|
|||
- 3000:3000 # WEB UI;
|
||||
volumes:
|
||||
- .env:/src/.env:ro
|
||||
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/mirotalk/app:/src/app:ro
|
||||
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/mirotalk/public:/src/public:ro
|
||||
#- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/mirotalk/app:/src/app:ro # only necessary if you want to adjust the code itself (js, css, etc.)
|
||||
#- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/mirotalk/public:/src/public:ro # only necessary if you want to adjust the code itself (js, css, etc.)
|
||||
#labels:
|
||||
#- traefik.enable=true
|
||||
#- traefik.http.routers.mirotalk.rule=Host(`meet.example.com`) # pls adjust
|
||||
|
|
Ładowanie…
Reference in New Issue