mirror of
https://github.com/aljazceru/CTFd.git
synced 2025-12-17 22:14:25 +01:00
@@ -2,7 +2,6 @@ language: python
|
||||
python:
|
||||
- 2.7
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
- pip install -r development.txt
|
||||
script:
|
||||
- nosetests
|
||||
|
||||
@@ -10,6 +10,7 @@ services:
|
||||
- DATABASE_URL=mysql+pymysql://root@db/ctfd
|
||||
volumes:
|
||||
- .data/CTFd/logs:/opt/CTFd/CTFd/logs
|
||||
- .data/CTFd/uploads:/opt/CTFd/CTFd/uploads
|
||||
links:
|
||||
- db:db
|
||||
|
||||
|
||||
Reference in New Issue
Block a user