Add docker (#28)

Reviewed-on: phoenix/icarus_auth#28
Co-authored-by: phoenix <kundeng00@pm.me>
Co-committed-by: phoenix <kundeng00@pm.me>
This commit is contained in:
phoenix
2025-04-11 01:07:20 +00:00
committed by phoenix
parent 50e735e1a9
commit 17af1a00c0
4 changed files with 161 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# Docker stuff
#Build app
docker-compose build --ssh default app
# Rebuild and bring up
docker-compose up -d --force-recreate app
# Bring it down
docker-compose down -v
# Pruning
docker system prune -a