11 lines
222 B
YAML
11 lines
222 B
YAML
services:
|
|
web:
|
|
build:
|
|
context: https://git.dou.bet/iamdoubz/me.git
|
|
dockerfile: Dockerfile
|
|
container_name: daniel-me
|
|
ports:
|
|
- "3000:3000"
|
|
env_file: .env.local
|
|
restart: unless-stopped
|