mirror of
https://github.com/Relintai/scons_gd.git
synced 2025-02-28 17:54:24 +01:00
23 lines
495 B
YAML
23 lines
495 B
YAML
version: '3'
|
|
|
|
services:
|
|
build:
|
|
image: scons-test-fedora32:latest
|
|
restart: always
|
|
environment:
|
|
- DISPLAY
|
|
- HOME
|
|
volumes:
|
|
- /home:/home
|
|
- /tmp:/tmp
|
|
- /etc/sudoers:/etc/sudoers:ro
|
|
- /etc/passwd:/etc/passwd:ro
|
|
- /etc/shadow:/etc/shadow:ro
|
|
- /etc/group:/etc/group:ro
|
|
- ./startup:/startup
|
|
container_name: SCons_Test_Fedora32
|
|
entrypoint: /startup/setup_container.sh
|
|
user: $DOCKERUID:$DOCKERGID
|
|
working_dir: $HOME
|
|
|