Add Homarr-App
This commit is contained in:
@ -6,3 +6,20 @@ networks:
|
||||
|
||||
#### SERVICES
|
||||
services:
|
||||
### homarr
|
||||
homarr:
|
||||
container_name: homarr-app
|
||||
hostname: homarr-app
|
||||
image: ghcr.io/ajnart/homarr:latest
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- ./configs:/app/data/configs
|
||||
- ./icons:/app/public/icons
|
||||
- ./data:/data
|
||||
ports:
|
||||
- '7575:7575'
|
||||
environment:
|
||||
- TZ=Europe/Paris
|
||||
networks:
|
||||
- back_network
|
Reference in New Issue
Block a user