invite-gen/docker-compose.yml.template

13 lines
224 B
Plaintext
Raw Normal View History

2024-04-21 07:17:31 +02:00
# modify this file to suit your server configuration
services:
server:
build:
2024-04-21 07:26:26 +02:00
context: .
2024-04-21 07:17:31 +02:00
dockerfile: Dockerfile
restart: always
ports:
- 8080:8080
environment:
LISTEN: 0.0.0.0:8080