mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
20 lines
396 B
YAML
Executable File
20 lines
396 B
YAML
Executable File
version: '3'
|
|
services:
|
|
|
|
# Proving very fragile!
|
|
# mssql:
|
|
# image: microsoft/mssql-server-linux:2017-latest
|
|
# environment:
|
|
# ACCEPT_EULA: Y
|
|
# SA_PASSWORD: <YourStrong!Passw0rd>
|
|
|
|
qgis-deps:
|
|
tty: true
|
|
image: qgis/qgis3-build-deps-bin-only:${DOCKER_TAG}
|
|
volumes:
|
|
- ${GH_WORKSPACE}:/root/QGIS
|
|
# links:
|
|
# - mssql
|
|
env_file:
|
|
- docker-variables.env
|