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:
|
||||
db:
|
||||
restart: always
|
||||
image: mariadb
|
||||
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
|
||||
volumes:
|
||||
|
@ -2,6 +2,7 @@ services:
|
||||
windows:
|
||||
image: dockurr/windows
|
||||
container_name: windows
|
||||
restart: always
|
||||
environment:
|
||||
VERSION: "win11"
|
||||
USERNAME: $USERNAME
|
||||
|
Loading…
Reference in New Issue
Block a user