1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00
vault-frontend/docker-compose.yml
2020-11-16 15:15:42 +07:00

11 lines
204 B
YAML

version: '3'
services:
app:
restart: always
build:
context: .
dockerfile: docker/app/Dockerfile
ports:
- ${EXPOSE}:80
volumes:
- /etc/localtime:/etc/localtime:ro