-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocker-compose.yml
More file actions
executable file
·23 lines (21 loc) · 972 Bytes
/
docker-compose.yml
File metadata and controls
executable file
·23 lines (21 loc) · 972 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
version: '3.2'
services:
#================================================================================================
# CORE-BASE
#================================================================================================
base:
restart: unless-stopped
build:
context: .
# image: dockerframework/core-base:ubuntu
volumes:
- /etc/localtime:/etc/localtime:ro
environment:
- LANG=en_US.UTF-8
- LC_ALL=en_US.UTF-8
- LANGUAGE=en_US.UTF-8
- TERM=xterm
#- CONTAINER_HOST= # container host (defaut: hostname of the container)
#- CONTAINER_RESOLVER=route # IP resolver method for container (disable/route/interface, default: route)
#- CONTAINER_RESOLVER_INTERFACENAME=eth0 # network interface name for IP resolver (default: eth0)
#- CONTAINER_RESOLVER_INTERFACETYPE=inet # network interface type for IP resolver (inet/inet6, default: inet)