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