Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Validata
Validata Docker
Commits
beb4b838
Commit
beb4b838
authored
Jun 17, 2019
by
Christophe Benz
Browse files
Update
parent
01b998b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
docker-compose.dev.yml
deleted
100644 → 0
View file @
01b998b2
version
:
'
3'
services
:
api
:
build
:
context
:
./api
args
:
VALIDATA_CORE_REPO
:
git+https://git.opendatafrance.net/abulte/validata-core.git@dev
VALIDATA_API_REPO
:
git+https://git.opendatafrance.net/abulte/validata-api.git@dev
ports
:
-
5600:5600
environment
:
-
VALIDATA_SCHEMAS_CONFIG=/schemas/schemas.toml
-
BADGE_CONFIG_URL=https://git.opendatafrance.net/validata/validata-badge/raw/master/badge_conf.toml
-
SHIELDS_IO_BASE_URL=https://img.shields.io/
-
SECRET_KEY=p4mBTNEHTbPx
volumes
:
-
/Users/alexandre/Developer/Etalab/schema/schema.data.gouv.fr/:/schemas/
ui
:
build
:
context
:
./ui
args
:
VALIDATA_CORE_REPO
:
git+https://git.opendatafrance.net/abulte/validata-core.git@dev
VALIDATA_UI_REPO
:
git+https://git.opendatafrance.net/abulte/validata-ui.git@etalab
ports
:
-
5601:5601
environment
:
-
VALIDATA_SCHEMAS_CONFIG=/schemas/schemas.toml
-
BADGE_CONFIG_URL=https://git.opendatafrance.net/validata/validata-badge/raw/master/badge_conf.toml
-
SHIELDS_IO_BASE_URL=https://img.shields.io/
-
SECRET_KEY=p4mBTNEHTbPx
volumes
:
-
/Users/alexandre/Developer/Etalab/schema/schema.data.gouv.fr/:/schemas/
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment