mirror of
https://github.com/bitnami/containers.git
synced 2026-04-02 15:27:45 +08:00
compose: set application name as the service name
This commit is contained in:
@@ -36,7 +36,7 @@ services:
|
|||||||
image: 'bitnami/mariadb:latest'
|
image: 'bitnami/mariadb:latest'
|
||||||
volumes:
|
volumes:
|
||||||
- 'mariadb_data:/bitnami/mariadb'
|
- 'mariadb_data:/bitnami/mariadb'
|
||||||
application:
|
suitecrm:
|
||||||
image: 'bitnami/suitecrm:latest'
|
image: 'bitnami/suitecrm:latest'
|
||||||
ports:
|
ports:
|
||||||
- '80:80'
|
- '80:80'
|
||||||
@@ -107,7 +107,7 @@ services:
|
|||||||
image: 'bitnami/mariadb:latest'
|
image: 'bitnami/mariadb:latest'
|
||||||
volumes:
|
volumes:
|
||||||
- '/path/to/mariadb-persistence:/bitnami/mariadb'
|
- '/path/to/mariadb-persistence:/bitnami/mariadb'
|
||||||
application:
|
suitecrm:
|
||||||
image: 'bitnami/suitecrm:latest'
|
image: 'bitnami/suitecrm:latest'
|
||||||
depends_on:
|
depends_on:
|
||||||
- mariadb
|
- mariadb
|
||||||
@@ -185,7 +185,7 @@ Bitnami provides up-to-date versions of MariaDB and SuiteCRM, including security
|
|||||||
* For docker-compose add the variable name and value under the application section:
|
* For docker-compose add the variable name and value under the application section:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
application:
|
suitecrm:
|
||||||
image: bitnami/suitecrm:latest
|
image: bitnami/suitecrm:latest
|
||||||
ports:
|
ports:
|
||||||
- 80:80
|
- 80:80
|
||||||
@@ -228,7 +228,7 @@ This would be an example of SMTP configuration using a Gmail account:
|
|||||||
* docker-compose:
|
* docker-compose:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
application:
|
suitecrm:
|
||||||
image: bitnami/suitecrm:latest
|
image: bitnami/suitecrm:latest
|
||||||
ports:
|
ports:
|
||||||
- 80:80
|
- 80:80
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ services:
|
|||||||
image: 'bitnami/mariadb:latest'
|
image: 'bitnami/mariadb:latest'
|
||||||
volumes:
|
volumes:
|
||||||
- 'mariadb_data:/bitnami/mariadb'
|
- 'mariadb_data:/bitnami/mariadb'
|
||||||
application:
|
suitecrm:
|
||||||
image: 'bitnami/suitecrm:latest'
|
image: 'bitnami/suitecrm:latest'
|
||||||
ports:
|
ports:
|
||||||
- '80:80'
|
- '80:80'
|
||||||
|
|||||||
Reference in New Issue
Block a user