mirror of
https://github.com/dworkin/dgd
synced 2026-08-12 20:26:03 -04:00
11 lines
264 B
Text
11 lines
264 B
Text
version: "3"
|
|
services:
|
|
dgd-server:
|
|
build: .
|
|
volumes:
|
|
- ./server.dgd:/container/server.dgd:ro
|
|
- ./src:/container/src
|
|
- ./state:/container/state
|
|
ports:
|
|
- "8023:8023/tcp"
|
|
- "8080:8080/tcp"
|