2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2026-01-03 22:13:34 +01: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

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