Inital Commit

This commit is contained in:
2021-08-22 21:55:53 +03:00
commit e678623f42
2 changed files with 19 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
*
!docker-compose.yml

17
docker-compose.yml Normal file
View File

@@ -0,0 +1,17 @@
---
version: "2"
services:
homer:
image: b4bz/homer
container_name: homer
volumes:
- ./assets/:/www/assets
ports:
- 4957:8080
environment:
- UID=1000
- GID=1000
restart: unless-stopped
networks:
default:
name: gerbil_network