-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdocker-compose.override.example.yml
46 lines (38 loc) · 1.34 KB
/
docker-compose.override.example.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
#services:
# Add your own services configuration here
# nginx:
# Add your own nginx configuration here
# volumes:
# - .harbor/nginx/conf.d:/etc/nginx/conf.d
# php:
# Add your own php configuration here
# db:
# Add your own db configuration here
# For mysql use:
# image: dejwcake/mariadb${HARBOR_MARIADB_VERSION:-10.5}:${HARBOR_MARIADB_CONTAINER_VERSION:-1}
# environment:
# MYSQL_DATABASE: "${DB_DATABASE:-laravel}"
# MYSQL_USER: "${DB_USERNAME:-root}"
# MYSQL_PASSWORD: "${DB_PASSWORD:-bestsecret}"
# MYSQL_ROOT_PASSWORD: "${DB_PASSWORD:-bestsecret}"
# db-testing:
# Add your own db-testing configuration here
# For mysql use:
# image: dejwcake/mariadb${HARBOR_MARIADB_VERSION:-10.5}:${HARBOR_MARIADB_CONTAINER_VERSION:-1}
# environment:
# MYSQL_DATABASE: "${DB_DATABASE:-laravel}"
# MYSQL_USER: "${DB_USERNAME:-root}"
# MYSQL_PASSWORD: "${DB_PASSWORD:-bestsecret}"
# MYSQL_ROOT_PASSWORD: "${DB_PASSWORD:-bestsecret}"
# volumes:
# - db-testing-data:${HARBOR_DB_DATA_PATH:-/var/lib/mysql}:delegated
# redis:
# Add your own redis configuration here
# node:
# Add your own node configuration here
#networks:
# Uncomment and add your own network configuration here
#volumes:
# Uncomment and add your own volume configuration here
# db-testing-data:
# driver: "local"