mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-24 18:46:40 +07:00
added ci-cd files
This commit is contained in:
parent
b60c97283d
commit
ef08fadeb1
5 changed files with 154 additions and 71 deletions
11
docker-compose.yml
Normal file
11
docker-compose.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue