emanuelegori revisou este gist . Ir para a revisão
1 file changed, 20 insertions
docker-compose.yml(arquivo criado)
@@ -0,0 +1,20 @@ | |||
1 | + | services: | |
2 | + | bludit: | |
3 | + | image: bludit/docker:latest | |
4 | + | container_name: bludit | |
5 | + | volumes: | |
6 | + | - /home/debian/bludit:/usr/share/nginx/html/bl-content | |
7 | + | - /home/debian/bludit/bludit-themes:/var/www/bludit/custom-plugins | |
8 | + | - /home/debian/bludit/bludit-plugins:/var/www/bludit/custom-themes | |
9 | + | ports: | |
10 | + | - 6759:80 | |
11 | + | environment: | |
12 | + | - TZ=Europe/Rome | |
13 | + | restart: unless-stopped | |
14 | + | networks: | |
15 | + | - npm-network | |
16 | + | ||
17 | + | networks: | |
18 | + | npm-network: | |
19 | + | name: npm-network | |
20 | + | external: true |
Próximo
Anterior