2
1
Fork 0
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:
nupplaPhil 2020-02-25 22:57:05 +01:00
commit fbfa30b0cd
No known key found for this signature in database
GPG key ID: D8365C3D36B77D90
16 changed files with 36 additions and 55 deletions

View file

@ -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`

View file

@ -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:

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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