mirror of
https://github.com/khuedoan/homelab.git
synced 2025-03-10 04:47:09 +07:00
Add nginx
This commit is contained in:
parent
61fd72caf8
commit
80f171252b
@ -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
1
nginx/Dockerfile
Normal file
@ -0,0 +1 @@
|
||||
FROM nginx:1.19.0-alpine
|
Loading…
Reference in New Issue
Block a user