mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-06 06:29:55 +02:00
Added basic (commented) nginx proxy in deploy docker-compose
This commit is contained in:
parent
1ca4505e2f
commit
17edc45866
1 changed files with 16 additions and 0 deletions
|
@ -53,3 +53,19 @@ services:
|
|||
links:
|
||||
- postgres
|
||||
- redis
|
||||
|
||||
# If you want to have the nginx proxy managed by docker for some reason
|
||||
# (i.e. if you use apache as a proxy on your host),
|
||||
# you can uncomment the following lines.
|
||||
# nginx:
|
||||
# image: nginx
|
||||
# links:
|
||||
# - api
|
||||
# volumes:
|
||||
# - ./nginx.conf:/etc/nginx/conf.d/funkwhale.conf:ro
|
||||
# - ./funkwhale_proxy.conf:/etc/nginx/funkwhale_proxy.conf:ro
|
||||
# - ./data/media:/srv/funkwhale/data/media:ro
|
||||
# - ./front/dist:/srv/funkwhale/front/dist:ro
|
||||
# - ./data/static:/srv/funkwhale/data/static/:ro
|
||||
# ports:
|
||||
# - "127.0.0.1:5001:80"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue