Refactor docker-compose.yml to remove commented out port mapping for PostgreSQL

Refactor compose/apps.yml to update URL with dynamic domain name

Refactor traefik.yml to update routing rules for neo4j-bolt-router

Refactor traefik.yml to fix routing rules for resume and blog subdomains

Refactor makefile to use 'always' flag when running docker compose

Refactor docker-compose.yml to update second volume path for custom configuration file

Refactor docker-compose.yml to update MINIO_SERVER_URL and NEO4J_dbms.default_advertised_address

Refactor traefik.yml to enable routing for neo4j subdomains

Refactor traefik.yml to fix routing rules for resume and blog subdomains
This commit is contained in:
2024-05-29 22:49:53 +08:00
parent 8820fbe01e
commit f865ba6f16
4 changed files with 55 additions and 93 deletions
+2 -3
View File
@@ -3,10 +3,9 @@
# Variables
# Commands
serve: down
serve: pull
@echo "Serving the project..."
docker compose -f compose.yml up -d --build traefik
docker compose -f compose.yml up -d
docker compose -f compose.yml up -d --build --pull always
down: pull
@echo "Stopping the project..."
docker compose -f compose.yml down --remove-orphans