Commit Graph

12 Commits

Author SHA1 Message Date
0168167769 Docker: introduce docker-compose setup and simplify CMD
- Replaced ENTRYPOINT/CMD with a single CMD ["infinito --help"] in Dockerfile
- Added docker-compose.yml with service 'infinito', port bindings, volumes, networks
- Added env.sample for BIND_IP, SUBNET, GATEWAY defaults

See conversation: https://chatgpt.com/share/68cda4d5-1fe0-800f-a7f7-191cb8b70d84
2025-09-19 21:22:45 +02:00
44e0fea0b2 Renamed cymais to infinito and did some other optimations and logout implementations 2025-07-29 16:35:42 +02:00
a580f41edd Replaced aur_builder by builder in dockerfile 2025-07-20 18:39:54 +02:00
e4ce3848fc Optimized for github workflow 2025-07-16 14:22:47 +02:00
8113e412dd Deactivated tests during docker build, in the hope that it now passes the git workflow 2025-07-16 14:07:20 +02:00
94796efae8 Replaced cp by rsync to keep .git folder for workflow 2025-07-16 13:45:33 +02:00
9d8e48d303 Added explicit testing during container build. It isn't possible to build the container if it doesn'nt pass the tests. 2025-07-16 12:46:56 +02:00
2d276cfa5e Optimized Dockerfile and github workflow 2025-07-16 09:38:19 +02:00
294d402990 Finished Dockerfile 2025-07-13 21:39:13 +02:00
325695777a Finished CyMaIS Dockerfile setup base 2025-07-13 20:38:29 +02:00
4c9ae52fd7 Optimized virtual environment und sudo 2025-07-13 20:30:00 +02:00
8e4e497d2c Added Dockerfile draft 2025-07-13 19:55:06 +02:00