mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
26 lines
516 B
YAML
26 lines
516 B
YAML
version: '3'
|
|
services:
|
|
|
|
oracle:
|
|
image: oslandia/oracle-slim-for-qgis:18.4.0-xe
|
|
environment:
|
|
- ORACLE_SID=XE
|
|
- ORACLE_PWD=adminpass
|
|
- ORACLE_PDB=ORCLPDBTEST
|
|
- ORACLE_CHARACTERSET=AL32UTF8
|
|
ports:
|
|
- 1521:1521
|
|
|
|
qgis-deps:
|
|
tty: true
|
|
image: qgis/qgis3-build-deps-bin-only:${DOCKER_TAG}
|
|
volumes:
|
|
- ${GH_WORKSPACE}:/root/QGIS
|
|
links:
|
|
- oracle
|
|
env_file:
|
|
- docker-variables.env
|
|
environment:
|
|
- LANG=C.UTF-8
|
|
- LC_ALL=en_US.UTF-8
|