mirror of
https://github.com/cubixle/gridlock.git
synced 2026-04-24 18:34:43 +01:00
18 lines
351 B
YAML
18 lines
351 B
YAML
version: "3"
|
|
|
|
services:
|
|
server:
|
|
image: gridlock:latest
|
|
restart: always
|
|
container_name: gridlock
|
|
environment:
|
|
- "LOG_FILE_DIR=/var/logs/gridlock"
|
|
- "DOMAIN=honey.cubixle.me"
|
|
ports:
|
|
- "127.0.0.1:8070:8070"
|
|
volumes:
|
|
- logs:/var/logs/gridlock
|
|
|
|
volumes:
|
|
logs:
|