mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-21 08:34:31 -06:00
33 lines
728 B
Plaintext
33 lines
728 B
Plaintext
version: '3'
|
|
|
|
services:
|
|
shlink_php:
|
|
user: 1000:1000
|
|
volumes:
|
|
- /etc/passwd:/etc/passwd:ro
|
|
- /etc/group:/etc/group:ro
|
|
|
|
shlink_swoole:
|
|
user: 1000:1000
|
|
volumes:
|
|
- /etc/passwd:/etc/passwd:ro
|
|
- /etc/group:/etc/group:ro
|
|
|
|
shlink_db:
|
|
user: 1000:1000
|
|
volumes:
|
|
- /etc/passwd:/etc/passwd:ro
|
|
- /etc/group:/etc/group:ro
|
|
|
|
shlink_db_postgres:
|
|
user: 1000:1000
|
|
volumes:
|
|
- /etc/passwd:/etc/passwd:ro
|
|
- /etc/group:/etc/group:ro
|
|
|
|
shlink_db_maria:
|
|
user: 1000:1000
|
|
volumes:
|
|
- /etc/passwd:/etc/passwd:ro
|
|
- /etc/group:/etc/group:ro
|