tpotce/docker/wordpot/docker-compose.yml

23 lines
367 B
YAML
Raw Normal View History

2022-02-09 19:13:18 +00:00
version: '2.3'
networks:
wordpot_local:
services:
# Wordpot service
wordpot:
build: .
container_name: wordpot
restart: always
2022-03-14 21:50:19 +00:00
# cpu_count: 1
# cpus: 0.25
2022-02-09 19:13:18 +00:00
networks:
- wordpot_local
ports:
- "80:80"
2024-02-14 18:23:25 +00:00
image: "dtagdevsec/wordpot:alpha"
read_only: true
volumes:
- $HOME/tpotce/data/wordpot/log:/opt/wordpot/logs/