invite-gen/docker-compose.yml.template

13 lines
224 B
Plaintext

# modify this file to suit your server configuration
services:
server:
build:
context: .
dockerfile: Dockerfile
restart: always
ports:
- 8080:8080
environment:
LISTEN: 0.0.0.0:8080