-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocker-compose.yml-template
41 lines (40 loc) · 1.1 KB
/
docker-compose.yml-template
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
version: '2'
services:
rdc:
##################################################
# BUILD section
##################################################
build:
context: ./build
dockerfile: Dockerfile
x-bake:
platforms:
- linux/amd64
- linux/arm64
args:
#DOCKER_IMAGE: docker:20.10
ALPINE_IMAGE: alpine:3.18
#COMPOSE_VERSION: 1.27.4
##################################################
# RUN section
##################################################
image: unimock/rdc-docker:1.0.0
restart: unless-stopped
container_name: rdc.XXX
hostname: rdc.XXX
#privileged: true
#ports:
# - "24277:22"
environment:
#- RDC_PORT=24277
- TZ="Europe/Berlin"
# - CLAMDSCAN_HOST=<hostname/ip>
# - CLAMDSCAN_PORT=3310
# - CLAMDSCAN_MRECDIR=20
volumes:
- /Volumes/rdc/service:/service # ./ovw/etc/rsnapshot.conf, ...
#- /Docker:/Docker
#- /var/run/docker.sock:/var/run/docker.sock # only for docker client
volumes:
configure:
driver: local