mirror of
https://github.com/friendica/docker
synced 2026-04-13 08:27:46 +02:00
Replace HOSTNAME environment variable with SMTP_DOMAIN (fixes https://github.com/friendica/docker/issues/79 )
This commit is contained in:
parent
33c5e36247
commit
fbfa30b0cd
16 changed files with 36 additions and 55 deletions
|
|
@ -55,7 +55,6 @@ Therefore you have to use adjust the `labels:` inside the `docker-compose.yml` t
|
|||
To use this example complete the following steps:
|
||||
|
||||
1. open `docker-compose.yml`
|
||||
1. insert your friendica domain behind `hostname:`
|
||||
2. insert your friendica domain at `traefik.friendica.rule=Host:friendica.local`
|
||||
2. choose a password for the database user in `db.env` behind `MYSQL_PASSWORD=`
|
||||
3. open `proxy/traefik.toml`
|
||||
|
|
|
|||
|
|
@ -31,7 +31,6 @@ services:
|
|||
- db.env
|
||||
depends_on:
|
||||
- db
|
||||
hostname: friendica.local
|
||||
ports:
|
||||
- "80:80"
|
||||
|
||||
|
|
@ -45,7 +44,6 @@ services:
|
|||
- db
|
||||
env_file:
|
||||
- db.env
|
||||
hostname: friendica.local
|
||||
|
||||
volumes:
|
||||
db:
|
||||
|
|
|
|||
|
|
@ -31,7 +31,6 @@ services:
|
|||
- db.env
|
||||
depends_on:
|
||||
- db
|
||||
hostname: friendica.local
|
||||
|
||||
cron:
|
||||
build: ./app
|
||||
|
|
@ -42,7 +41,6 @@ services:
|
|||
depends_on:
|
||||
- db
|
||||
- app
|
||||
hostname: friendica.local
|
||||
|
||||
web:
|
||||
image: nginx
|
||||
|
|
|
|||
|
|
@ -31,7 +31,6 @@ services:
|
|||
- db.env
|
||||
depends_on:
|
||||
- db
|
||||
hostname: friendica.local
|
||||
|
||||
cron:
|
||||
build: ./app
|
||||
|
|
@ -42,7 +41,6 @@ services:
|
|||
depends_on:
|
||||
- db
|
||||
- app
|
||||
hostname: friendica.local
|
||||
|
||||
web:
|
||||
image: nginx
|
||||
|
|
|
|||
|
|
@ -27,7 +27,6 @@ services:
|
|||
- db.env
|
||||
depends_on:
|
||||
- db
|
||||
hostname: friendica.local
|
||||
labels:
|
||||
- "traefik.backend=friendica"
|
||||
- "traefik.frontend.entryPoints=https"
|
||||
|
|
@ -53,7 +52,6 @@ services:
|
|||
- db.env
|
||||
depends_on:
|
||||
- db
|
||||
hostname: friendica.local
|
||||
|
||||
proxy:
|
||||
build: ./proxy
|
||||
|
|
|
|||
|
|
@ -27,7 +27,6 @@ services:
|
|||
- db.env
|
||||
depends_on:
|
||||
- db
|
||||
hostname: friendica.local
|
||||
|
||||
cron:
|
||||
build: ./app
|
||||
|
|
@ -40,7 +39,6 @@ services:
|
|||
depends_on:
|
||||
- db
|
||||
- app
|
||||
hostname: friendica.local
|
||||
|
||||
web:
|
||||
image: nginx
|
||||
|
|
|
|||
|
|
@ -27,7 +27,6 @@ services:
|
|||
- db.env
|
||||
depends_on:
|
||||
- db
|
||||
hostname: friendica.local
|
||||
|
||||
cron:
|
||||
build: ./app
|
||||
|
|
@ -40,7 +39,6 @@ services:
|
|||
depends_on:
|
||||
- db
|
||||
- app
|
||||
hostname: friendica.local
|
||||
|
||||
web:
|
||||
image: nginx
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue