QGIS/.docker/docker-compose-testing-oracle.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

25 lines
490 B
YAML
Raw Normal View History

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: qgis3-build-deps-binary-image
volumes:
2022-01-28 19:48:59 +01:00
- ${QGIS_WORKSPACE}:/root/QGIS
links:
- oracle
env_file:
- docker-variables.env
2021-07-20 13:07:49 +02:00
environment:
- LANG=C.UTF-8
- LC_ALL=en_US.UTF-8