2023-12-07 22:15:27 +00:00
|
|
|
version: "4"
|
2023-12-02 21:29:09 +00:00
|
|
|
services:
|
|
|
|
pica:
|
|
|
|
image: thebluestbird/pica-standalone:latest
|
|
|
|
volumes:
|
|
|
|
- picarun:/run/pica
|
2023-12-07 22:15:27 +00:00
|
|
|
- mysqld:/run/mysqld
|
|
|
|
depends_on:
|
|
|
|
- maria
|
2023-12-02 21:29:09 +00:00
|
|
|
apache:
|
2023-12-07 22:15:27 +00:00
|
|
|
build: ./apache
|
2023-12-02 21:29:09 +00:00
|
|
|
image: thebluestbird/pica-apache:latest
|
|
|
|
volumes:
|
|
|
|
- picarun:/run/pica
|
|
|
|
ports:
|
|
|
|
- 8080:80
|
2023-12-07 22:15:27 +00:00
|
|
|
maria:
|
|
|
|
build: ./maria
|
|
|
|
image: thebluestbird/pica-maria:latest
|
|
|
|
volumes:
|
|
|
|
- mysqld:/run/mysqld
|
2023-12-02 21:29:09 +00:00
|
|
|
volumes:
|
2023-12-03 21:36:10 +00:00
|
|
|
picarun:
|
2023-12-07 22:15:27 +00:00
|
|
|
mysqld:
|
2023-12-02 21:29:09 +00:00
|
|
|
|