admin: Add setting to differenciate real challenge from common tests
This commit is contained in:
parent
252ff33b83
commit
15c85c8f59
5 changed files with 23 additions and 6 deletions
|
|
@ -159,7 +159,7 @@ services:
|
|||
- /var/lib/fic/backups
|
||||
- name: fic-admin
|
||||
image: nemunaire/fic-admin:latest
|
||||
command: ["/srv/admin", "-bind=:8081", "-baseurl=/admin/", "-localimport=/mnt/fic", "-timestampCheck=/srv/submissions"]
|
||||
command: ["/srv/admin", "-4real", "-bind=:8081", "-baseurl=/admin/", "-localimport=/mnt/fic", "-timestampCheck=/srv/submissions"]
|
||||
env:
|
||||
- MYSQL_HOST=db
|
||||
- FICCA_PASS=jee8AhloAith1aesCeQu5ahgIegaeM4K
|
||||
|
|
|
|||
Reference in a new issue