Skip to content
Snippets Groups Projects
Commit c99cb0e9 authored by Timothee Gosselin's avatar Timothee Gosselin
Browse files

env from file

parent 4c5f282d
No related branches found
No related tags found
No related merge requests found
......@@ -13,10 +13,10 @@ services:
image: nginx
volumes:
- ./nginx.conf:/etc/nginx/nginx.conf:ro
links:
- app
volumes_from:
- app
links:
- app
environment:
- VIRTUAL_HOST
networks:
......@@ -27,10 +27,7 @@ services:
restart: always
volumes:
- ./data/postgres:/var/lib/postgresql/data
environment:
POSTGRES_USER: peertube
POSTGRES_PASSWORD: peertube
POSTGRES_DB: peertube
env_file: .env
networks:
- back
redis:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment