Skip to content

Commit

Permalink
chore: composer runs as superuser in container
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxpiper committed Sep 15, 2024
1 parent 1e85d97 commit c551b9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ services:
platform:
build: .
environment:
COMPOSER_ALLOW_SUPERUSER: "1"
APP_KEY: SomeRandomKey!!!SomeRandomKey!!!
DOCKERIZE_TIMEOUT: 180s
DOCKERIZE_WAIT_FOR_mysql: tcp://mysql:3306
Expand Down Expand Up @@ -48,6 +49,7 @@ services:
platform_tasks:
build: .
environment:
COMPOSER_ALLOW_SUPERUSER: "1"
APP_KEY: SomeRandomKey!!!SomeRandomKey!!!
DOCKERIZE_TIMEOUT: 180s
DOCKERIZE_WAIT_FOR_mysql: tcp://mysql:3306
Expand Down

0 comments on commit c551b9b

Please sign in to comment.