|
@@ -1,7 +1,7 @@
|
|
|
version: "3.7"
|
|
|
|
|
|
services:
|
|
|
- zitap-django:
|
|
|
+ zitap:
|
|
|
container_name: zitap-django
|
|
|
|
|
|
build: .
|
|
@@ -37,29 +37,12 @@ services:
|
|
|
- 'traefik.http.routers.zitap.tls=true'
|
|
|
- 'traefik.http.routers.zitap.service=zitap'
|
|
|
- 'traefik.http.services.zitap.loadbalancer.server.port=8000'
|
|
|
-
|
|
|
- zitap-static:
|
|
|
- container_name: zitap-static
|
|
|
- image: nginx
|
|
|
-
|
|
|
- restart: unless-stopped
|
|
|
-
|
|
|
- volumes:
|
|
|
- - ./nginx.conf:/etc/nginx/conf.d/default.conf
|
|
|
- - ./static:/etc/nginx/html/static
|
|
|
-
|
|
|
- networks:
|
|
|
- - proxy
|
|
|
-
|
|
|
- depends_on:
|
|
|
- - zitap-django
|
|
|
-
|
|
|
- labels:
|
|
|
- - 'traefik.enable=true'
|
|
|
+
|
|
|
- 'traefik.http.routers.zitap-static.rule=Host(`zitap.example.com`) && PathPrefix(`/static/`)'
|
|
|
+ - 'traefik.http.routers.zitap-static.entrypoints=https'
|
|
|
- 'traefik.http.routers.zitap-static.tls=true'
|
|
|
- 'traefik.http.routers.zitap-static.service=zitap-static'
|
|
|
- - 'traefik.http.services.zitap-static.loadbalancer.server.port=8000'
|
|
|
+ - 'traefik.http.services.zitap-static.loadbalancer.server.port=80'
|
|
|
|
|
|
networks:
|
|
|
mysql:
|