Skip to content

Commit a025b72

Browse files
committed
Add service package-last
1 parent c2a4d50 commit a025b72

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

docker-compose.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@ services:
1010
- mariadb
1111
- mysql
1212
tty: true
13+
package-last:
14+
image: registry.gitlab.com/aplus-framework/images/package:3
15+
container_name: package-database-last
16+
working_dir: /package
17+
volumes:
18+
- .:/package
19+
depends_on:
20+
- mariadb
21+
- mysql
22+
tty: true
1323
mariadb:
1424
image: mariadb
1525
restart: always

0 commit comments

Comments
 (0)