Updated docker-compose files for use with Docker Caddy
Defined top level name for all services Added proxy-net to services Updated main service/server container service name to "app" Updated hostname references to projectname-app-1 Updated docker Caddy caddyfile to reference container names Updated docker Caddy caddyfile to use 192.168.1.234 instead of localhost for non-docker services Adjusted caddyfile accordingly
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
name: "authelia"
|
||||
name: authelia
|
||||
services:
|
||||
authelia:
|
||||
app:
|
||||
image: authelia/authelia:latest
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
@@ -25,9 +25,9 @@ services:
|
||||
AUTHELIA_AUTHENTICATION_BACKEND_FILE_PATH: /run/secrets/users_database
|
||||
AUTHELIA_TOTP_ISSUER: tremendousturtle.tools
|
||||
AUTHELIA_ACCESS_CONTROL_DEFAULT_POLICY: deny
|
||||
AUTHELIA_SESSION_REDIS_HOST: redis
|
||||
AUTHELIA_SESSION_REDIS_HOST: authelia-redis-1
|
||||
AUTHELIA_SESSION_REDIS_PORT: 6379
|
||||
AUTHELIA_STORAGE_POSTGRES_ADDRESS: tcp://database:5432
|
||||
AUTHELIA_STORAGE_POSTGRES_ADDRESS: tcp://authelia-database-1:5432
|
||||
AUTHELIA_STORAGE_POSTGRES_DATABASE: authelia
|
||||
AUTHELIA_STORAGE_POSTGRES_USERNAME: authelia
|
||||
AUTHELIA_NOTIFIER_SMTP_ADDRESS: submissions://smtp.mailgun.org:465
|
||||
|
||||
Reference in New Issue
Block a user