Changeset View
Changeset View
Standalone View
Standalone View
docker/docker-compose.yml
| Show First 20 Lines • Show All 205 Lines • ▼ Show 20 Lines | swh-idx-storage: | ||||
| environment: | environment: | ||||
| SWH_CONFIG_FILENAME: /indexer_storage.yml | SWH_CONFIG_FILENAME: /indexer_storage.yml | ||||
| entrypoint: /entrypoint.sh | entrypoint: /entrypoint.sh | ||||
| volumes: | volumes: | ||||
| - "./conf/indexer_storage.yml:/indexer_storage.yml:ro" | - "./conf/indexer_storage.yml:/indexer_storage.yml:ro" | ||||
| - "./services/swh-indexer-storage/entrypoint.sh:/entrypoint.sh:ro" | - "./services/swh-indexer-storage/entrypoint.sh:/entrypoint.sh:ro" | ||||
| # Web interface | # Web interface | ||||
| swh-web-db: | |||||
| image: postgres:12 | |||||
| env_file: | |||||
| - ./env/01-web-db.env | |||||
| swh-web: | swh-web: | ||||
| build: ./ | build: ./ | ||||
| image: swh/stack | image: swh/stack | ||||
| ports: | ports: | ||||
| - 5004:5004 | - 5004:5004 | ||||
| depends_on: | depends_on: | ||||
| - swh-storage | - swh-storage | ||||
| - swh-idx-storage | - swh-idx-storage | ||||
| - swh-web-db | |||||
| env_file: | env_file: | ||||
| - ./env/common_python.env | - ./env/common_python.env | ||||
| - ./env/01-web-db.env | |||||
anlambert: Those files are missing from the diff I guess. | |||||
Done Inline Actionsoh, that may be well possible, i have too much ungitted noise (that i use once in a while)... ardumont: oh, that may be well possible, i have too much ungitted noise (that i use once in a while)... | |||||
| - ./env/02-web-db.env | |||||
| environment: | environment: | ||||
| VERBOSITY: 3 | VERBOSITY: 3 | ||||
| DJANGO_SETTINGS_MODULE: swh.web.settings.production | DJANGO_SETTINGS_MODULE: swh.web.settings.production | ||||
| SWH_CONFIG_FILENAME: /web.yml | SWH_CONFIG_FILENAME: /web.yml | ||||
| entrypoint: /entrypoint.sh | entrypoint: /entrypoint.sh | ||||
| volumes: | volumes: | ||||
| - "./conf/web.yml:/web.yml:ro" | - "./conf/web.yml:/web.yml:ro" | ||||
| - "./services/swh-web/entrypoint.sh:/entrypoint.sh:ro" | - "./services/swh-web/entrypoint.sh:/entrypoint.sh:ro" | ||||
| ▲ Show 20 Lines • Show All 194 Lines • Show Last 20 Lines | |||||
Those files are missing from the diff I guess.