16 lines
264 B
YAML
16 lines
264 B
YAML
services:
|
|
sodoffmmo:
|
|
container_name: sodoff-jsgr-mmo
|
|
build:
|
|
context: .
|
|
dockerfile: src/Dockerfile
|
|
ports:
|
|
- "9933:9933"
|
|
restart: unless-stopped
|
|
networks:
|
|
- sodoff-backend
|
|
|
|
networks:
|
|
sodoff-backend:
|
|
external: true
|