Skip to content
Snippets Groups Projects
Commit 45691a81 authored by Elian Loraux's avatar Elian Loraux
Browse files

add volume and path variable

parent 1fef615d
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ services:
- SECRET_PORT=${SECRET_PORT}
- SECRET_HOST=${SECRET_HOST}
- SECRET_ROOT_USER=${SECRET_ROOT_USER}
- SECRET_ROOT_PASSWORD=${SECRET_ROOT_PASSWORD} after signed in)
- SECRET_ROOT_PASSWORD=${SECRET_ROOT_PASSWORD}
- SECRET_ROOT_EMAIL=${SECRET_ROOT_EMAIL}
- SECRET_FILE_SIZE=${SECRET_FILE_SIZE}
- SECRET_FORCED_LANGUAGE=${SECRET_FORCED_LANGUAGE}
......@@ -22,3 +22,8 @@ services:
ports:
- '3000:3000'
restart: unless-stopped
volumes:
data:
database:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment