mirror of
https://github.com/the-programmers-hangout/Hermes.git
synced 2026-09-04 01:06:00 +02:00
9 lines
170 B
YAML
9 lines
170 B
YAML
services:
|
|
mimic:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
container_name: mimic
|
|
restart: unless-stopped
|
|
volumes:
|
|
- ./.env:/app/.env:ro |