forked from tycrek/ass
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcompose.yaml
23 lines (22 loc) · 811 Bytes
/
compose.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# ass Docker compose.yaml v0.3.0
# authors:
# - tycrek <[email protected]> (https://tycrek.com/)
# - Zusier <[email protected]> (https://github.com/Zusier)
#
# This file is designed to follow the latest Compose specification, defined here: https://github.com/compose-spec/compose-spec/blob/master/spec.md
# Specific thing(s) to note:
# - The filename, `compose.yaml`: "The default path for a Compose file is compose.yaml (preferred)" (https://github.com/compose-spec/compose-spec/blob/master/spec.md#compose-file)
services:
ass:
image: tycrek/ass
container_name: ass-docker
restart: unless-stopped
volumes:
- ./.ass-data:/opt/ass-src/.ass-data
ports:
- "40115:40115"
tmpfs: /tmp
tty: true
environment:
- NODE_ENV=production
- FORCE_COLOR=3 # tlog color output