Files
SugarDB/docker-compose.yaml
T
Kelvin Clement Mwinuka d4a5997b30 Scrapped plugin design in favour of simple command interfaces.
Setup docker build process for running server.
Deleted test files.
2023-07-22 05:34:07 +08:00

18 lines
269 B
YAML

version: '3.8'
networks:
testnet:
driver: bridge
services:
node1:
container_name: node1
build:
context: .
dockerfile: ./server/Dockerfile
ports:
- "7480:7480"
- "7946:7946"
- "8000:8000"
networks:
- testnet