Last active
November 10, 2019 23:52
-
-
Save meriororen/1d24543961691aff45b640e4f3e1725a to your computer and use it in GitHub Desktop.
public
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '2' | |
services: | |
shadow_tmp: | |
image: registry.gitlab.com/dekape/shadow/shadow:latest | |
container_name: shadow_tmp | |
environment: | |
- RUN_AS_TEMPORARY_CONTAINER=true | |
privileged: true | |
volumes: | |
- /srv:/srv #for database files | |
- /proc:/proc:rw #for shutdown | |
- /etc/timezone:/etc/timezone #for local time | |
- /etc/localtime:/etc/localtime #for local time | |
- /run/dbus:/run/dbus #for wpa_supplicant | |
- /dev/bus/usb:/dev/bus/usb #for usb devices | |
- /env:/env #for environment file | |
- /var/run/docker:/var/run/docker | |
- /var/run/docker.sock:/var/run/docker.sock | |
networks: | |
- temporary | |
networks: | |
temporary: | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment