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

19 lines
336 B

version: "3.3"
services:
web:
# build: .
# container_name: "libreddit"
image: lamacchinadesiderante/libreddit:latest
restart: always
ports:
- 8080:8080
healthcheck:
test: ["CMD", "wget", "--spider", "-q", "--tries=1", "http://localhost:8080/settings"]
interval: 5m
timeout: 3s