mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-20 09:16:03 +02:00
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
This commit is contained in:
3
env.sample
Normal file
3
env.sample
Normal file
@@ -0,0 +1,3 @@
|
||||
BIND_IP=127.0.0.1
|
||||
SUBNET=172.30.0.0/24
|
||||
GATEWAY=172.30.0.1
|
Reference in New Issue
Block a user