13 lines
231 B
YAML
13 lines
231 B
YAML
|
version: "3.7"
|
||
|
services:
|
||
|
libreddit:
|
||
|
container_name: libreddit
|
||
|
image: spikecodes/libreddit
|
||
|
dns:
|
||
|
- ${DNS_IP}
|
||
|
ports:
|
||
|
- ${APP_PORT}:8080
|
||
|
restart: unless-stopped
|
||
|
networks:
|
||
|
- tipi_main_network
|