Commit Graph

11 Commits

Author SHA1 Message Date
Disco DeDisco
06f85d4c54 passed dummy values into compress command in Dockerfile for quick pipeline fix
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2026-03-02 22:23:58 -05:00
Disco DeDisco
b53c0b9849 small compress fixes to help serve scss on staging server and avoid persistent 500 errors
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2026-03-02 16:02:47 -05:00
Disco DeDisco
512e5e6cd9 prod commit with small staticfile handling changes to container.db.sqlite3, the Dockerfile & requirements.dev.txt 2026-01-27 23:32:16 -05:00
Disco DeDisco
4b137db317 manage.py changed to lf; FTs tweaked to accomodate WSL2 ansible deployment 2026-01-13 20:58:05 -05:00
Disco DeDisco
affbddc3cd commented back in the 'USER: nonroot' line in the Dockerfile now that pushing to a server thru an ansible playbook has rendered all local WSL-2 considerations a nonissue; updated said deploy-playbook.yaml with new tasks to build out real docker container on server 2026-01-13 14:57:17 -05:00
Disco DeDisco
eb38722a53 ansible playbook commenced; deployment aimed at staging.earthmanrpg.me 2026-01-13 00:35:28 -05:00
Disco DeDisco
b2fe1c0d52 restored from the fool's errand that was WSL virtualization 2026-01-06 13:57:34 -05:00
Disco DeDisco
18d28600c9 collectstatic cmd added to Dockerfile build, despite no static files yet being part of project; static dir added to .gitignore; if/else clause added to core.settings to handle debug, secret key & allowed host values when debug is true & otherwise 2026-01-05 00:32:41 -05:00
Disco DeDisco
9c38d3f0b3 requirements.txt renamed > requirements.dev.txt; new requirements.txt file handles only those dependencies necessary for docker image building and container running; Dockerfile therefore updated accordingly 2026-01-04 23:31:32 -05:00
Disco DeDisco
ac3518f4a6 installed gunicorn dependency; updated Dockerfile accordingly so it installs alongside django 2026-01-04 23:13:30 -05:00
Disco DeDisco
902b7c4dfd containerization achieved; Dockerfile & .dockerignore added 2026-01-04 21:46:55 -05:00