-
Notifications
You must be signed in to change notification settings - Fork 1
/
docker-compose.compile.yml
43 lines (41 loc) · 1.02 KB
/
docker-compose.compile.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
version: "2"
services:
jhbuild_pygobject3:
build:
context: .
dockerfile: Dockerfile.compile.build
args:
SCARLETT_ENABLE_SSHD: 0
SCARLETT_ENABLE_DBUS: 'true'
SCARLETT_BUILD_GNOME: 'true'
TRAVIS_CI: 'true'
environment:
SERVER_LOG_MINIMAL: 1
SERVER_APP_NAME: jhbuild-compile
COMPOSE_PROJECT_NAME: jhbuild-compile
S6_KILL_FINISH_MAXTIME: 1
S6_KILL_GRACETIME: 1
SERVER_WORKER_PROCESSES: 1
# NOTE: This enables SSHD access inside of the container for dev purposes
# 1 = false
# 0 = true
SCARLETT_ENABLE_SSHD: 0
SCARLETT_ENABLE_DBUS: 'true'
SCARLETT_BUILD_GNOME: 'true'
TRAVIS_CI: 'false'
# stdin_open: true
# tty: true
volumes:
- ./container/root/tests/goss.jhbuild.yaml:/goss.jhbuild.yaml
- ./artifacts:/artifacts
- ./ccache:/ccache
ports:
- "2222:22"
# volumes_from:
# - ccache
# volumes:
# ccache:
# external: true
# volumes:
# ccache:
# external: true