mirror of
https://github.com/tonytins/tonybark.com.git
synced 2025-03-20 00:51:22 +00:00
11 lines
216 B
YAML
11 lines
216 B
YAML
|
services:
|
||
|
whitebreeze:
|
||
|
container_name: whitebreeze
|
||
|
pull_policy: build
|
||
|
build:
|
||
|
context: ./
|
||
|
dockerfile: Dockerfile
|
||
|
restart: unless-stopped
|
||
|
env_file: ./.env
|
||
|
ports:
|
||
|
- 5000:3000
|