Сохранил локальные изменения перед pull
This commit is contained in:
parent
10da9b3707
commit
5cadda8396
15 changed files with 815312 additions and 27 deletions
|
|
@ -0,0 +1,21 @@
|
|||
services:
|
||||
web:
|
||||
build: . # Путь к Dockerfile (в текущей директории)
|
||||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue