2
2
services :
3
3
container-socket-proxy :
4
4
build :
5
- context : imags/container-socket-proxy
5
+ context : ../ imags/container-socket-proxy
6
6
dockerfile : Dockerfile
7
7
image : ' localhost/l7/container-socket-proxy:latest'
8
8
networks :
9
9
container-control :
10
10
ipv4_address : 10.7.9.2
11
- env_file : compose/ container-socket-proxy.env
11
+ env_file : container-socket-proxy.env
12
12
# TODO: Fix SElinux privileges of podman socket such that privileged-workaround for proxy not needed
13
13
privileged : true
14
14
volumes :
@@ -20,7 +20,7 @@ services:
20
20
21
21
auth-proxy :
22
22
build :
23
- context : imags/git-auth-proxy
23
+ context : ../ imags/git-auth-proxy
24
24
dockerfile : Dockerfile
25
25
image : ' localhost/l7/auth-proxy:latest'
26
26
networks :
@@ -39,7 +39,7 @@ services:
39
39
40
40
dns :
41
41
build :
42
- context : imags/dnsmasq
42
+ context : ../ imags/dnsmasq
43
43
dockerfile : Containerfile
44
44
image : ' localhost/l7/dnsmasq:latest'
45
45
ports :
@@ -61,7 +61,7 @@ services:
61
61
# package cache
62
62
apt-cacher-ng :
63
63
build :
64
- context : imags/apt-cacher-ng
64
+ context : ../ imags/apt-cacher-ng
65
65
dockerfile : Containerfile
66
66
image : ' localhost/l7/apt-cacher-ng:latest'
67
67
restart : always
@@ -85,7 +85,7 @@ services:
85
85
- auth-proxy
86
86
- dns
87
87
build :
88
- context : imags/caddy
88
+ context : ../ imags/caddy
89
89
dockerfile : Containerfile
90
90
image : ' localhost/l7/caddy:latest'
91
91
environment :
@@ -103,7 +103,7 @@ services:
103
103
public :
104
104
volumes :
105
105
- ' caddy_conf:/config:Z'
106
- # - ./imags/caddy/default.yml:/etc/caddy/default.yml:ro
106
+ # - .. /imags/caddy/default.yml:/etc/caddy/default.yml:ro
107
107
tmpfs :
108
108
- /data/caddy/certificates
109
109
- /data/caddy/pki
@@ -116,7 +116,7 @@ services:
116
116
- beta
117
117
image : ' localhost/l7/verdaccio:latest'
118
118
build :
119
- context : imags/verdaccio
119
+ context : ../ imags/verdaccio
120
120
dockerfile : Dockerfile
121
121
environment :
122
122
VERDACCIO_PUBLIC_URL : ' https://npmkg.internal'
@@ -134,7 +134,7 @@ services:
134
134
135
135
configs :
136
136
verdaccio_cfg :
137
- file : ./compose/ configs/verdaccio.yml
137
+ file : configs/verdaccio.yml
138
138
139
139
volumes :
140
140
caddy_conf :
0 commit comments