update
This commit is contained in:
parent
9ea50b2f51
commit
8b5289a13e
14
rxr_dev/docker-compose.yml
Normal file
14
rxr_dev/docker-compose.yml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
services:
|
||||||
|
cppenv:
|
||||||
|
image: ztrxr/cppenv
|
||||||
|
tty: true
|
||||||
|
ports:
|
||||||
|
- "24:24"
|
||||||
|
volumes:
|
||||||
|
- /root/dev:/root/dev
|
||||||
|
deploy:
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
cpus: '6.0'
|
||||||
|
memory: 6G
|
||||||
|
restart: always
|
@ -2,6 +2,7 @@ version: "3.5"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
db:
|
db:
|
||||||
|
restart: always
|
||||||
image: mariadb
|
image: mariadb
|
||||||
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
|
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -2,6 +2,7 @@ services:
|
|||||||
windows:
|
windows:
|
||||||
image: dockurr/windows
|
image: dockurr/windows
|
||||||
container_name: windows
|
container_name: windows
|
||||||
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
VERSION: "win11"
|
VERSION: "win11"
|
||||||
USERNAME: $USERNAME
|
USERNAME: $USERNAME
|
||||||
|
Loading…
Reference in New Issue
Block a user