mirror of
https://github.com/e621ng/autocompleted.git
synced 2025-03-04 03:03:02 -05:00
17 lines
380 B
YAML
17 lines
380 B
YAML
version: '3'
|
|
|
|
services:
|
|
autocompleted:
|
|
restart: always
|
|
network_mode: host
|
|
command: /app/autocompleted
|
|
build: .
|
|
environment:
|
|
SERVER_ADDR: ${SERVER_ADDR}
|
|
PG__USER: ${PG__USER}
|
|
PG__PASSWORD: ${PG__PASSWORD}
|
|
PG__HOST: ${PG__HOST}
|
|
PG__PORT: ${PG__PORT}
|
|
PG__DBNAME: ${PG__DBNAME}
|
|
PG__POOL__MAX_SIZE: ${PG__POOL__MAX_SIZE}
|