Skip to content

Commit 59e5d58

Browse files
committed
ci: docker-compose.yml
1 parent 93be9c7 commit 59e5d58

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

docker-compose.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
version: '3.8'
2+
3+
services:
4+
aptutil:
5+
image: ghcr.io/vanilla-os/aptutil:main
6+
restart: unless-stopped
7+
8+
ports:
9+
- "3142:3142"
10+
11+
volumes:
12+
- /vos-apt-data:/var/lib/aptutil
13+
- apt_mirror_data:/var/spool/go-apt-mirror
14+
- apt_cacher_data:/var/spool/go-apt-cacher
15+
16+
volumes:
17+
apt_mirror_data:
18+
apt_cacher_data:

0 commit comments

Comments
 (0)