Add nginx

This commit is contained in:
Khue Doan 2020-06-22 14:36:18 +07:00
parent 61fd72caf8
commit 80f171252b
2 changed files with 7 additions and 0 deletions

View File

@ -1,6 +1,12 @@
version: '3'
services:
nginx:
container_name: "khuedoan_nginx"
build: ./nginx/
ports:
- "80:80"
- "443:443"
homepage:
container_name: "khuedoan_homepage"
build: ./homepage/

1
nginx/Dockerfile Normal file
View File

@ -0,0 +1 @@
FROM nginx:1.19.0-alpine