Загрузить файлы в «/»
This commit is contained in:
parent
d80dbd5d01
commit
d4d7deacc7
3 changed files with 40 additions and 65 deletions
|
|
@ -1,35 +1,14 @@
|
|||
services:
|
||||
web:
|
||||
build: . # Путь к Dockerfile (в текущей директории)
|
||||
<<<<<<< HEAD
|
||||
container_name: workshop
|
||||
# ports:
|
||||
# - "80:5000" # Проброс портов
|
||||
volumes:
|
||||
- /storage/public/complete/workshop/:/data
|
||||
networks:
|
||||
- all
|
||||
labels:
|
||||
- traefik.enable=true
|
||||
- traefik.http.routers.workshop.rule=Host(`csgoworkshop.ru`) || Host(`www.csgoworkshop.ru`)
|
||||
- traefik.http.routers.workshop.entrypoints=websecure, web
|
||||
- traefik.http.routers.workshop.tls=true
|
||||
- traefik.http.routers.workshop.tls.certresolver=production-cloudflare
|
||||
restart: unless-stopped
|
||||
|
||||
networks:
|
||||
all:
|
||||
external: true
|
||||
=======
|
||||
ports:
|
||||
- "80:5000" # Проброс портов
|
||||
volumes:
|
||||
- nas-share:/data
|
||||
|
||||
volumes:
|
||||
nas-share:
|
||||
driver_opts:
|
||||
type: cifs
|
||||
o: "username=Shaman,password="
|
||||
device: "//192.168.31.3/share/public/complete/workshop"
|
||||
>>>>>>> 9cc0929a09596abeb93ee7f2711527fb5da25f7a
|
||||
services:
|
||||
web:
|
||||
build: . # Путь к Dockerfile (в текущей директории)
|
||||
ports:
|
||||
- "80:5000" # Проброс портов
|
||||
volumes:
|
||||
- nas-share:/data
|
||||
|
||||
volumes:
|
||||
nas-share:
|
||||
driver_opts:
|
||||
type: cifs
|
||||
o: "username=Shaman,password="
|
||||
device: "//192.168.31.3/share/public/complete/workshop"
|
||||
Loading…
Add table
Add a link
Reference in a new issue