Skip to content

Commit

Permalink
rename docker folder (#1)
Browse files Browse the repository at this point in the history
move docker-compose to root
  • Loading branch information
mki-c2c authored and jeanmi151 committed Jan 21, 2025
1 parent d292848 commit 48da1eb
Show file tree
Hide file tree
Showing 16 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "docker/config"]
path = docker/config
path = georchestra/config
url = [email protected]:georchestra/datadir.git
branch = docker-24.0
8 changes: 4 additions & 4 deletions docker/docker-compose.yml → docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@

include:
- geor-compose.yml
- geor-compose.override.yml
- georchestra/geor-compose.yml
- georchestra/geor-compose.override.yml

services:
maelstro-back:
build: ../backend
build: ./backend
volumes:
- ../backend:/app
- ./backend:/app
healthcheck:
test: "/app/health_check.py"
interval: 10s
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 48da1eb

Please sign in to comment.