-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathdocker-compose.yml
More file actions
34 lines (30 loc) · 892 Bytes
/
docker-compose.yml
File metadata and controls
34 lines (30 loc) · 892 Bytes
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
version: '2'
services:
#--------------------------------------
# Web Service
#--------------------------------------
imdock-cnp7:
restart: always
image: imagine10255/imdock-cnp71
# build:
# context: .
# dockerfile: Dockerfile
container_name: {project-sn}
working_dir: /var/www
ports:
- "2002:80"
# - "443:443"
# - "8122:22"
# - "9100:9000"
volumes:
- ./website:/var/www
- ./sites-enable:/etc/nginx/conf.d
- ./conf/nginx.conf:/etc/nginx/nginx.conf
- ./conf/php-ini-overrides.ini:/etc/php.d/zzz-overrides.ini
#- ./conf/supervisord.conf:/etc/supervisor/supervisord.conf
#- ~/.ssh:/root/.ssh
#- ../ssl:/etc/nginx/ssl
networks:
default:
external:
name: imdockgroup