ccarney16 / pterodactyl-containers

Pterodactyl Panel within a docker container
230 stars 78 forks source link

nothing produced in docker-compose.yml #133

Closed DiffuseHyperion closed 2 years ago

DiffuseHyperion commented 2 years ago

after doing ./deploy --panel --daemon --certbot in /srv/app/pterodactyl/bin, the docker-compose.yml produced in /srv/app/pterodactyl has no contents

ccarney16 commented 2 years ago

I have performed a massive change with the deploy system. I no longer include yq and it needs to be downloaded onto the system. you can download it here

DiffuseHyperion commented 2 years ago

still nothing after updating to yq 4.24.2. i should have mentioned this earlier, but when building the compose file, it shows Error: Value for env variable 'database_enabled' not provided in env(), is there a .env file i need to edit somewhere?

ccarney16 commented 2 years ago

Just updated the repo, made a mistake and forgot to change out a variable. should be good to pull and redeploy.

DiffuseHyperion commented 2 years ago

now it shows up as Error: Value for env variable 'daemon_enabled' not provided in env(), im assuming its another variable?

ccarney16 commented 2 years ago

just pushed another update to the repo. this problem should be fixed now.

DiffuseHyperion commented 2 years ago

looks good, thanks for fixing