Update README.md

This commit is contained in:
2026-03-14 15:26:44 -04:00
parent aed1da890f
commit 2ddb91d7b1

View File

@@ -1,12 +1,13 @@
# Docker Compose Template
# Arcane Default Template for New Projects
## Instructions
* Create a new repository using this template
* Modify the .env file as needed
* Make changes to docker-compose.yml only if needed
* In Arcane navigate to Customization -> Templates -> Edit Default Button
* copy & paste the compose file into Docker Compose Template
* copy & paste .env.example into .env
### If Traefik is on a different server
* Delete all the labels, they will be ignored anyway
* Use /traefik/dynamic/remote-host.yml to create a new or modify an existing remote host yml file
## When creating a New Project
* In the .env file fill in all the values
* In the compose file change `SERVICE_NAME`
* Add any other requirements for the service to the compose file