Skip to content

Commit

Permalink
Merge pull request #30 from silinternational/develop
Browse files Browse the repository at this point in the history
Feature data image
  • Loading branch information
Praveenraj-K authored Nov 22, 2024
2 parents d6ffc83 + b992702 commit dcf908c
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
services:
data:
image: silintl/data-volume:latest
volumes:
- ./application:/data

db:
image: mariadb:10
volumes_from:
- data
volumes:
- ./application:/data
ports:
- "3306"
environment:
Expand All @@ -26,8 +21,8 @@ services:

restore:
build: ./
volumes_from:
- data
volumes:
- ./application:/data
# volumes:
# - ./test/world.sql.gz:/tmp/world.sql.gz
# - ./test/employees.sql.gz:/tmp/employees.sql.gz
Expand All @@ -43,8 +38,8 @@ services:

backup:
build: ./
volumes_from:
- data
volumes:
- ./application:/data
env_file:
- ./local.env
environment:
Expand Down

0 comments on commit dcf908c

Please sign in to comment.