mirror of
https://github.com/MrUnknownDE/linux-script.git
synced 2026-04-06 00:32:03 +02:00
17 lines
247 B
YAML
17 lines
247 B
YAML
version: '3.8'
|
|
|
|
services:
|
|
bluesky-node:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
volumes:
|
|
- ./app:/app # Mount directory on the host
|
|
ports:
|
|
- 80:80
|
|
- 443:443
|
|
|
|
volumes:
|
|
bluesky-node:
|
|
driver: local
|