Docker Compose Setup #99
Replies: 2 comments 4 replies
-
I hope to add more environment variables in the future to allow people to use their preferred method. I am unable to reproduce the error you're getting by setting my domains with the variables. I am using:
Does your domain have any special characters or numbers in it? I am wondering if maybe our regex is blocking it.
These files only get generated if you set the environment variable |
Beta Was this translation helpful? Give feedback.
-
Thanks for the fast reply! I did a complete new installation with: docker-compose.yml
.env
Now all files were created and the two traefik files are looking good (domain was replaced with my environment variable) config.yml
|
Beta Was this translation helpful? Give feedback.
-
I am a fan of using docker compose with .env file for managing my containers.
Would be nice to get also Pangolin running with just filling the .env file and starting up the compose file.
I saw that there are some environment variables, USERS_SERVERADMIN_EMAIL and USERS_SERVERADMIN_PASSWORD are working fine. But when i define APP_DASHBOARDURL and APP_BASEDOMAIN i am getting an error in "config.ts".
The "config.yml" file gets created automatically but not "traefik_config.yml" and "dynamic_config.yml", just the "traefik" folder.
docker-compose.yml
.env
Beta Was this translation helpful? Give feedback.
All reactions