Skip to content

Commit 8081d1e

Browse files
Drop the watchtower and simplify volumes
1 parent 863d9b4 commit 8081d1e

File tree

3 files changed

+2
-15
lines changed

3 files changed

+2
-15
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ db.env
22
run.env
33
tags
44
*.swp
5+
.DS_Store

docker-compose.yml

+1-9
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ services:
1010
ports:
1111
- 8080:80
1212
volumes:
13-
- akaunting-data:/var/www/html/storage
14-
- akaunting-modules:/var/www/html/modules
13+
- akaunting-data:/var/www/html
1514
restart: unless-stopped
1615
env_file:
1716
- env/run.env
@@ -29,13 +28,6 @@ services:
2928
env_file:
3029
- env/db.env
3130

32-
akaunting-update:
33-
image: containrrr/watchtower
34-
volumes:
35-
- /var/run/docker.sock:/var/run/docker.sock
36-
command: --cleanup akaunting akaunting-db
37-
3831
volumes:
3932
akaunting-data:
40-
akaunting-modules:
4133
akaunting-db:

v-docker-compose.yml

-6
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,6 @@ services:
2828
env_file:
2929
- env/db.env
3030

31-
akaunting-update:
32-
image: containrrr/watchtower
33-
volumes:
34-
- /var/run/docker.sock:/var/run/docker.sock
35-
command: --cleanup akaunting akaunting-db
36-
3731
volumes:
3832
akaunting-data:
3933
akaunting-db:

0 commit comments

Comments
 (0)