added ci-cd files

This commit is contained in:
Fedor Katurov 2021-04-08 09:44:13 +07:00
parent b60c97283d
commit ef08fadeb1
5 changed files with 154 additions and 71 deletions

11
docker-compose.yml Normal file
View file

@ -0,0 +1,11 @@
version: '3'
services:
www:
restart: always
build:
context: .
dockerfile: docker/www/Dockerfile
ports:
- ${EXPOSE}:80
volumes:
- /etc/localtime:/etc/localtime:ro