Skip to content
This repository has been archived by the owner on Sep 21, 2020. It is now read-only.

Commit

Permalink
docker
Browse files Browse the repository at this point in the history
  • Loading branch information
poma committed May 19, 2019
1 parent 0f949e4 commit 10e1526
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: '2'

services:
vote:
build: ui
restart: always
environment:
VIRTUAL_HOST: vote.zdai.io
LETSENCRYPT_HOST: vote.zdai.io

networks:
default:
external:
name: frontend_default
2 changes: 2 additions & 0 deletions ui/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
FROM nginx:alpine
COPY . /usr/share/nginx/html

0 comments on commit 10e1526

Please sign in to comment.