mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 00:18:19 +01:00
13 lines
213 B
YAML
13 lines
213 B
YAML
|
|
version: '3'
|
||
|
|
services:
|
||
|
|
lysand:
|
||
|
|
build:
|
||
|
|
context: .
|
||
|
|
dockerfile: Dockerfile
|
||
|
|
ports:
|
||
|
|
- 8080:8080
|
||
|
|
container_name: lysand
|
||
|
|
volumes:
|
||
|
|
- ./logs:/app/logs
|
||
|
|
- ./config:/app/config
|