Skip to content
This repository has been archived by the owner on Mar 30, 2024. It is now read-only.

Commit

Permalink
Docker compose improvements (#18)
Browse files Browse the repository at this point in the history
* Docker compose improvements

* Docker compose improvements
  • Loading branch information
berk76 authored Apr 15, 2023
1 parent aa8901a commit 5ccbde8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
workspace.code-workspace
tmp/
database.sql
svjis-data/
6 changes: 1 addition & 5 deletions docker-compose/svjis-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,11 @@ services:
- FIREBIRD_PASSWORD=change-it
- TZ=Europe/Prague
volumes:
- svjis-data:/firebird
- ./svjis-data/firebird:/firebird

firebirdadmin:
image: marianaldenhoevel/firebirdwebadmin:latest
container_name: firebirdadmin
restart: unless-stopped
ports:
- 8081:80

volumes:
svjis-data:
driver: local
6 changes: 1 addition & 5 deletions docker-compose/svjis-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,4 @@ services:
- FIREBIRD_PASSWORD=change-it
- TZ=Europe/Prague
volumes:
- svjis-data-prod:/firebird

volumes:
svjis-data-prod:
driver: local
- ./svjis-data/firebird:/firebird

0 comments on commit 5ccbde8

Please sign in to comment.