test
This commit is contained in:
@@ -25,12 +25,16 @@ services:
|
|||||||
internal_port: 6167
|
internal_port: 6167
|
||||||
|
|
||||||
matrix-conduit-well-known:
|
matrix-conduit-well-known:
|
||||||
build:
|
# build: yerine hazir nginx imaji kullaniyoruz; Runtipi app store'lar
|
||||||
context: nginx
|
# kurulum sirasinda Dockerfile build etmeyi desteklemiyor.
|
||||||
dockerfile: Dockerfile
|
image: nginx:1.27-alpine
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
- APP_DOMAIN=${APP_DOMAIN}
|
- APP_DOMAIN=${APP_DOMAIN}
|
||||||
|
volumes:
|
||||||
|
# apps/matrix-conduit/data/nginx/default.conf.template dosyasi
|
||||||
|
# kurulumda otomatik olarak ${APP_DATA_DIR}/data/nginx altina kopyalanir.
|
||||||
|
- ${APP_DATA_DIR}/data/nginx:/etc/nginx/templates:ro
|
||||||
labels:
|
labels:
|
||||||
# Ana servis disindaki bu container icin Traefik label'larini
|
# Ana servis disindaki bu container icin Traefik label'larini
|
||||||
# elle yaziyoruz cunku otomatik routing sadece is_main servise uygulanir.
|
# elle yaziyoruz cunku otomatik routing sadece is_main servise uygulanir.
|
||||||
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
@@ -1,3 +0,0 @@
|
|||||||
FROM nginx:1.27-alpine
|
|
||||||
|
|
||||||
COPY default.conf.template /etc/nginx/templates/default.conf.template
|
|
||||||
Reference in New Issue
Block a user