Skip to content
Snippets Groups Projects
Commit 7676de2e authored by Yoan FEDELE's avatar Yoan FEDELE
Browse files

update config files

parent 3c4cf30e
Branches
Tags
1 merge request!3Develop
...@@ -10,18 +10,18 @@ config: ...@@ -10,18 +10,18 @@ config:
# Docker # Docker
up: up:
docker-compose up -d docker compose up -d
down: down:
docker-compose down docker compose down
ps: ps:
docker-compose ps docker compose ps
rebuild: rebuild:
docker-compose down --remove-orphans docker compose down --remove-orphans
docker-compose build --no-cache docker compose build --no-cache
docker-compose up -d docker compose up -d
# Mkcert # Mkcert
...@@ -34,7 +34,8 @@ endef ...@@ -34,7 +34,8 @@ endef
export config_toml export config_toml
npm-install: docker compose run --rm node npm install npm-install:
docker compose run --rm node npm install
certs: certs:
mkdir -p ${HOME}/.dockerdev/traefik/certs ${HOME}/.dockerdev/traefik/conf mkdir -p ${HOME}/.dockerdev/traefik/certs ${HOME}/.dockerdev/traefik/conf
......
...@@ -14,7 +14,6 @@ services: ...@@ -14,7 +14,6 @@ services:
- "traefik.http.routers.${PROJECT_NAME}-front.tls=true" - "traefik.http.routers.${PROJECT_NAME}-front.tls=true"
- "traefik.http.routers.${PROJECT_NAME}-front.entrypoints=websecure" - "traefik.http.routers.${PROJECT_NAME}-front.entrypoints=websecure"
- "traefik.http.services.${PROJECT_NAME}-front.loadbalancer.server.port=4200" - "traefik.http.services.${PROJECT_NAME}-front.loadbalancer.server.port=4200"
- "traefik.http.services.${PROJECT_NAME}-nginx.loadbalancer.server.port=8080"
networks: networks:
webgateway: webgateway:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment