mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
11 lines
204 B
YAML
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
|