You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
361 B
YAML

version: '3'
services:
terminologue:
container_name: terminologue
hostname: terminologue
image: terminologue
build: ./
restart: always
environment:
- 'TERMINOLOGUE_ADMIN_PASSWORD=<password>'
- 'TERMINOLOGUE_ADMIN_EMAIL=<email>'
- 'TERMINOLOGUE_URL=<url>'
ports:
- '80:80'
volumes:
- ./data:/data