Fix docker-compose service name and nginx comment
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
version: '3.8'
|
version: '3.8'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
kirbycms:
|
robbis-space:
|
||||||
build:
|
build:
|
||||||
context: ./kirby
|
context: ./kirby
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
@@ -29,7 +29,7 @@ services:
|
|||||||
- "traefik.http.routers.robbis-space-http.entrypoints=web"
|
- "traefik.http.routers.robbis-space-http.entrypoints=web"
|
||||||
- "traefik.http.routers.robbis-space-http.middlewares=traefik-https-redirect"
|
- "traefik.http.routers.robbis-space-http.middlewares=traefik-https-redirect"
|
||||||
- "traefik.http.middlewares.traefik-https-redirect.redirectscheme.scheme=https"
|
- "traefik.http.middlewares.traefik-https-redirect.redirectscheme.scheme=https"
|
||||||
# Service-Port (Apache läuft auf Port 80 im Container)
|
# Service-Port (nginx läuft auf Port 80 im Container)
|
||||||
networks:
|
networks:
|
||||||
proxy:
|
proxy:
|
||||||
external: true
|
external: true
|
||||||
|
|||||||
Reference in New Issue
Block a user