mirror of
https://github.com/Viren070/docker-compose-template.git
synced 2025-12-01 23:17:00 +01:00
ec66655997
- move core configuratiion (authelia, traefik) to main .env - move all hostname definitions to main .env - add cloudflare ddns to automatically create DNS records - automatically determine stremio addon hostnames for authelia using predefined hostname environment variables - give all services a profile, including the previously implicit "default" services. Instead provide an explicit "required" profile that contains traefik and authelia. Allowing you to restart a specific profile without including the previous default services and also allowing you to have more control.
10 lines
505 B
Bash
10 lines
505 B
Bash
# Seanime requires no extra environment variables.
|
|
# However, after running the container, you will have to edit the host within the config.toml file.
|
|
# As otherwise, it only binds to localhost and will not be accessible.
|
|
#
|
|
# You can do this by running the following command:
|
|
# sudo sed -i 's/127.0.0.1/0.0.0.0/' ${DOCKER_DATA_DIR}/seanime/config.toml
|
|
|
|
# Note: If you are planning on using this for local media, you will not be able to use an external player
|
|
# as we have set up a password for seanime.
|