Add dev variables in docker compose example

This commit is contained in:
Gilles Dubois 2020-01-08 15:03:52 +01:00
parent 386dfcbe72
commit b913a6545c

View File

@ -20,6 +20,11 @@ services:
OCS_DB_NAME: ocsweb OCS_DB_NAME: ocsweb
# See documentation to set up SSL for MySQL # See documentation to set up SSL for MySQL
OCS_SSL_ENABLED: 0 OCS_SSL_ENABLED: 0
# Developpment variables
SERVER_REPOSITORY_GIT_URL: https://github.com/OCSInventory-NG/OCSInventory-Server
SERVER_REPOSITORY_BRANCH: master
OCSREPORTS_REPOSITORY_GIT_URL: https://github.com/OCSInventory-NG/OCSInventory-ocsreports
OCSREPORTS_REPOSITORY_BRANCH: master
links: links:
- ocsdb - ocsdb
networks: networks: