Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Validata
Validata Docker
Commits
beb4b838
Commit
beb4b838
authored
Jun 17, 2019
by
Christophe Benz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update
parent
01b998b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
33 deletions
+0
-33
docker-compose.dev.yml
docker-compose.dev.yml
+0
-33
No files found.
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