everything behind nginx
This commit is contained in:
parent
a8d7307a25
commit
32375127de
1 changed files with 3 additions and 3 deletions
|
@ -19,21 +19,21 @@ services:
|
|||
- ./tt-rss:/var/www/html/tt-rss
|
||||
- ./docker/config.php:/var/www/html/tt-rss/config.php:ro
|
||||
ports:
|
||||
- 8000:80
|
||||
[] #- 8000:80
|
||||
|
||||
rss-bridge:
|
||||
image: feedati/rss-bridge:latest
|
||||
build:
|
||||
context: ./rss-bridge/
|
||||
ports:
|
||||
- 8001:80
|
||||
[] #- 8001:80
|
||||
|
||||
webserver:
|
||||
image: nginx:latest
|
||||
volumes:
|
||||
- ./docker/rss.conf:/etc/nginx/conf.d/default.conf:ro
|
||||
ports:
|
||||
- 80:80
|
||||
- 12000:80
|
||||
|
||||
volumes:
|
||||
postgres_data:
|
||||
|
|
Loading…
Reference in a new issue