Commit 6ad171d 1 parent 4e97bff commit 6ad171d Copy full SHA for 6ad171d
File tree 1 file changed +17
-18
lines changed
1 file changed +17
-18
lines changed Original file line number Diff line number Diff line change 1
1
services :
2
- caddy :
3
- image : caddy:latest
4
- restart : unless-stopped
5
- ports :
6
- - " 80:80"
7
- - " 443:443"
8
- - " 443:443/udp"
9
- volumes :
10
- - ./Caddyfile:/etc/caddy/Caddyfile
11
- - ./site:/srv
12
- - caddy_data:/data
13
- - caddy_config:/config
2
+ # caddy:
3
+ # image: caddy:latest
4
+ # restart: unless-stopped
5
+ # ports:
6
+ # - "80:80"
7
+ # - "443:443"
8
+ # - "443:443/udp"
9
+ # volumes:
10
+ # - ./Caddyfile:/etc/caddy/Caddyfile
11
+ # - ./site:/srv
12
+ # - caddy_data:/data
13
+ # - caddy_config:/config
14
14
15
15
app :
16
16
build : .
@@ -29,9 +29,8 @@ services:
29
29
- POSTGRES_DB=database
30
30
volumes :
31
31
- /root/mydata/postgresql-data:/var/lib/postgresql/data
32
-
33
- volumes :
34
- caddy_data :
35
- driver : local
36
- caddy_config :
37
- driver : local
32
+ # volumes:
33
+ # caddy_data:
34
+ # driver: local
35
+ # caddy_config:
36
+ # driver: local
You can’t perform that action at this time.
0 commit comments