mirror of
https://github.com/Crocmagnon/ansible.git
synced 2024-11-22 15:28:02 +01:00
11 lines
216 B
YAML
11 lines
216 B
YAML
services:
|
|
code:
|
|
image: ghcr.io/linuxserver/code-server
|
|
env_file: code.env
|
|
restart: always
|
|
volumes:
|
|
- ./code_data:/config
|
|
mem_limit: 3g
|
|
cpus: 3
|
|
ports:
|
|
- "127.0.0.1:9002:8443"
|