Add dev version info on login footer
This commit is contained in:
parent
b58421b741
commit
022180d70d
5 changed files with 6 additions and 359 deletions
|
@ -1,6 +1,6 @@
|
|||
MYSQL_ROOT_PASSWORD=oef
|
||||
MYSQL_PASSWORD=oef
|
||||
MYSQL_DATABASE=oef_test
|
||||
MYSQL_DATABASE=oef_dev
|
||||
MYSQL_USER=oef
|
||||
|
||||
|
||||
|
|
|
@ -11,6 +11,7 @@ services:
|
|||
- DB_PORT=3306
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- ../config/config.yaml:/src/oef/config/config.yaml
|
||||
|
||||
db:
|
||||
image: mariadb
|
||||
|
@ -18,7 +19,7 @@ services:
|
|||
restart: always
|
||||
volumes:
|
||||
- db:/var/lib/mysql
|
||||
- ./sql:/docker-entrypoint-initdb.d
|
||||
# - ./sql:/docker-entrypoint-initdb.d
|
||||
env_file:
|
||||
- db.env
|
||||
|
||||
|
|
|
@ -11,6 +11,7 @@ services:
|
|||
- DB_PORT=3306
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- ./config/config.yaml:/src/oef/config/config.yaml
|
||||
|
||||
db:
|
||||
image: mariadb
|
||||
|
@ -18,7 +19,7 @@ services:
|
|||
restart: always
|
||||
volumes:
|
||||
- db:/var/lib/mysql
|
||||
- ./sql:/docker-entrypoint-initdb.d
|
||||
# - ./sql:/docker-entrypoint-initdb.d
|
||||
env_file:
|
||||
- db.env
|
||||
ports:
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -35,7 +35,7 @@
|
|||
<footer class="footer text-center">
|
||||
<div class="container">
|
||||
<span class="text-center text-muted">Questo software è stato sviluppato da <a href="https://github.com/remogatto">Andrea
|
||||
Fazzi</a> per le <a href="https://www.olimpiadi-economiaefinanza.it">Olimpiadi di Economia e Finanza 2020</a>
|
||||
Fazzi</a> per le <a href="https://www.olimpiadi-economiaefinanza.it">Olimpiadi di Economia e Finanza 2020</a> (development version)
|
||||
</span>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
Loading…
Reference in a new issue