File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 14
14
run : |
15
15
rm docker-compose.yml
16
16
cp docker-compose.testing.yml docker-compose.override.yml
17
- curl -fsSL https://raw.githubusercontent.com/AzuraCast/AzuraCast/master /docker-compose.sample.yml > docker-compose.yml
18
- docker-compose run -e APPLICATION_ENV=production --rm --user="azuracast" web azuracast_install --load-fixtures
17
+ curl -fsSL https://raw.githubusercontent.com/AzuraCast/AzuraCast/main /docker-compose.sample.yml > docker-compose.yml
18
+ docker-compose run -e APPLICATION_ENV=production --rm web azuracast_install --load-fixtures
19
19
docker-compose up -d web
20
20
docker-compose run --rm cli composer test
21
- docker-compose down -v
21
+ docker-compose down -v
Original file line number Diff line number Diff line change 4
4
5
5
APPLICATION_ENV = testing
6
6
7
+ MARIADB_RANDOM_ROOT_PASSWORD = 1
8
+
7
9
INIT_BASE_URL = docker.local
8
10
INIT_INSTANCE_NAME = local testing
9
11
You can’t perform that action at this time.
0 commit comments