18 lines
439 B
YAML
18 lines
439 B
YAML
services:
|
|
rimgo:
|
|
image: quay.io/pussthecatorg/rimgo:latest
|
|
container_name: rimgo
|
|
ports:
|
|
- "10001:3000" # Replace with "3000:3000" if you don't use a reverse proxy
|
|
environment:
|
|
- "PORT=3000"
|
|
- "ADDRESS=0.0.0.0"
|
|
- "IMGUR_CLIENT_ID=546c25a59c58ad7"
|
|
env_file: .env
|
|
restart: unless-stopped
|
|
labels:
|
|
- "com.centurylinklabs.watchtower.no-pull=true"
|
|
|
|
networks:
|
|
default:
|
|
name: rimgo
|