add bluesky-node (dropped)

This commit is contained in:
2024-10-19 17:44:30 +02:00
parent 8bd868d790
commit a8deadf71c
3 changed files with 45 additions and 25 deletions

View File

@@ -0,0 +1,16 @@
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