We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43b65f0 commit 9c2044cCopy full SHA for 9c2044c
1 file changed
docker-compose.yaml
@@ -28,6 +28,7 @@ services:
28
- ./scripts:/scripts:ro
29
- ./docker-compose.yaml:/docker-compose.yaml:ro
30
command: /scripts/generate-secrets.sh
31
+ profiles: [none]
32
ojs:
33
image: ghcr.io/libops/ojs:main
34
build: .
@@ -49,8 +50,6 @@ services:
49
50
- ojs-files:/var/www/files:rw
51
- ojs-public:/var/www/ojs/public:rw
52
depends_on:
- init:
53
- condition: service_completed_successfully
54
mariadb:
55
condition: service_started
56
@@ -59,6 +58,3 @@ services:
59
58
- mariadb-data:/var/lib/mysql:rw
60
secrets:
61
- source: DB_ROOT_PASSWORD
62
- depends_on:
63
64
0 commit comments