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:
parent
33c5e36247
commit
fbfa30b0cd
16 changed files with 36 additions and 55 deletions
|
|
@ -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