mirror of
https://github.com/Crocmagnon/ansible.git
synced 2024-11-22 23:38:02 +01:00
11 lines
206 B
YAML
11 lines
206 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:
|
|
- "9002:8443"
|