Compare commits
3 Commits
nginx
...
30abcb21e4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
30abcb21e4 | ||
|
|
1c6473f8a8 | ||
|
|
6392ead243 |
@@ -1,7 +1,7 @@
|
|||||||
version: "3"
|
version: "3"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
pihole:
|
gitea:
|
||||||
network_mode: host
|
network_mode: host
|
||||||
container_name: gitea
|
container_name: gitea
|
||||||
image: kunde21/gitea-arm:latest
|
image: kunde21/gitea-arm:latest
|
||||||
|
|||||||
12
docker/registry/docker-compose.yml
Normal file
12
docker/registry/docker-compose.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
version: "3"
|
||||||
|
services:
|
||||||
|
registry:
|
||||||
|
image: registry:2
|
||||||
|
container_name: registry
|
||||||
|
ports:
|
||||||
|
- "5000:5000"
|
||||||
|
environment:
|
||||||
|
REGISTRY_STORAGE_FILESYSTEM_ROOTDIRECTORY: /data
|
||||||
|
restart: unless-stopped
|
||||||
|
volumes:
|
||||||
|
- /opt/registry/data:/data
|
||||||
Reference in New Issue
Block a user