diff --git a/.env b/.env index b217a4c..900e776 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ DOCKER_CONTEXT=vert.weko.resilien -NAME=cremeaux -URL=cremeaux.fr -STATS_CONTAINER=crmx-stats +NAME=stmarceldurfe +URL=st-marcel-d-urfe.weko.io +STATS_CONTAINER=stmarceldurfe-stats diff --git a/Dockerfile b/Dockerfile index fe82c9c..3f66d28 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.weko.io/nginx-lowtech:0.0.8 +FROM registry.weko.io/nginx-lowtech:0.0.9 # Copie des sources du site COPY public /usr/share/nginx/html diff --git a/config/production/config.yml b/config/production/config.yml index 008b524..9092c57 100644 --- a/config/production/config.yml +++ b/config/production/config.yml @@ -1 +1 @@ -baseURL: https://cremeaux.fr/ +baseURL: https://st-marcel-d-urfe.weko.io diff --git a/docker-compose.prod.yml b/docker-compose.prod.yml index 558642d..30c2263 100644 --- a/docker-compose.prod.yml +++ b/docker-compose.prod.yml @@ -1,33 +1,33 @@ version: "3.8" volumes: - cremeaux-log: - name: cremeaux-log - cremeaux-stats: - name: cremeaux-stats + stmarceldurfe-log: + name: stmarceldurfe-log + stmarceldurfe-stats: + name: stmarceldurfe-stats services: - crmx-prod: - container_name: crmx-prod + stmarceldurfe-prod: + container_name: stmarceldurfe-prod build: . restart: always labels: traefik.enable: "true" - traefik.http.routers.crmx-prod.rule: "Host(`${URL}`)" - traefik.http.routers.crmx-prod.entrypoints: "web" + traefik.http.routers.stmarceldurfe-prod.rule: "Host(`${URL}`)" + traefik.http.routers.stmarceldurfe-prod.entrypoints: "web" volumes: - - cremeaux-log:/var/log/nginx - - cremeaux-stats:/usr/share/nginx/html/stats + - stmarceldurfe-log:/var/log/nginx + - stmarceldurfe-stats:/usr/share/nginx/html/stats - /etc/timezone:/etc/timezone:ro - /etc/localtime:/etc/localtime:ro - crmx-stats: - container_name: crmx-stats - image: registry.weko.io/goaccess:1.4.6 + stmarceldurfe-stats: + container_name: stmarceldurfe-stats + image: registry.weko.io/goaccess:1.5.1 restart: always volumes: - - cremeaux-log:/var/log/nginx - - cremeaux-stats:/usr/share/nginx/html/stats + - stmarceldurfe-log:/var/log/nginx + - stmarceldurfe-stats:/usr/share/nginx/html/stats - /etc/timezone:/etc/timezone:ro - /etc/localtime:/etc/localtime:ro diff --git a/docker-compose.staging.yml b/docker-compose.staging.yml index 3ac32ad..bb7f799 100644 --- a/docker-compose.staging.yml +++ b/docker-compose.staging.yml @@ -6,14 +6,14 @@ networks: name: traefik services: - crmx-staging: - container_name: crmx-staging + stmarceldurfe-staging: + container_name: stmarceldurfe-staging build: . restart: always labels: traefik.enable: "true" - traefik.http.routers.crmx-staging.rule: "Host(`staging.${URL}`)" - traefik.http.routers.crmx-staging.entrypoints: "web" + traefik.http.routers.stmarceldurfe-staging.rule: "Host(`staging.${URL}`)" + traefik.http.routers.stmarceldurfe-staging.entrypoints: "web" volumes: - /etc/timezone:/etc/timezone:ro - /etc/localtime:/etc/localtime:ro diff --git a/docs/associations.md b/docs/associations.md new file mode 100644 index 0000000..40bccb5 --- /dev/null +++ b/docs/associations.md @@ -0,0 +1,15 @@ +# Les associations + +## Thématique des associations + +Arts, cultures et patrimoines +Autres +Défense des droits, causes et intérêts +Économie, emploi +Éducation, formation +Environnement, nature +Numérique +Santé, bien être +Solidarités +Sports, activités physiques et de loisirs +Vie locale diff --git a/themes/hugo-theme-lowtech b/themes/hugo-theme-lowtech index b8ae0a1..d912291 160000 --- a/themes/hugo-theme-lowtech +++ b/themes/hugo-theme-lowtech @@ -1 +1 @@ -Subproject commit b8ae0a19caab89b6454d7198b1a11abdbb3d6daf +Subproject commit d9122917fc267cf9906e583d90753c9a5f3371e1