diff --git a/README.md b/README.md index 50e2069..e4e7e8f 100644 --- a/README.md +++ b/README.md @@ -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