mirror of
https://github.com/tonytins/tonybark.com.git
synced 2025-03-15 15:31:21 +00:00
11 lines
No EOL
233 B
YAML
11 lines
No EOL
233 B
YAML
services:
|
|
whitebreeze:
|
|
container_name: whitebreeze
|
|
pull_policy: build
|
|
build:
|
|
context: ./
|
|
dockerfile: Dockerfile
|
|
restart: unless-stopped
|
|
env_file: ./.env
|
|
ports:
|
|
- 3000:3000 # host:container |