added subdomains of earthmanrpg.me to ansible playbook

This commit is contained in:
Disco DeDisco
2026-01-13 21:27:11 -05:00
parent 9e02f236fd
commit c1295d671f

View File

@@ -78,7 +78,7 @@
env: env:
DJANGO_DEBUG_FALSE: "1" DJANGO_DEBUG_FALSE: "1"
DJANGO_SECRET_KEY: "{{ secret_key.content | b64decode }}" DJANGO_SECRET_KEY: "{{ secret_key.content | b64decode }}"
DJANGO_ALLOWED_HOST: "staging.earthmanrpg.me,104.131.184.0,localhost" DJANGO_ALLOWED_HOST: "staging.earthmanrpg.me,www.earthmanrpg.me,dashboard.earthmanrpg.me,earthmanrpg.me,104.131.184.0,localhost"
DJANGO_DB_PATH: "/home/nonroot/db.sqlite3" DJANGO_DB_PATH: "/home/nonroot/db.sqlite3"
ports: ports:
80:8888 # container port 80 (standard http port) maps to server port 8888 (arbitrary internal port) 80:8888 # container port 80 (standard http port) maps to server port 8888 (arbitrary internal port)