You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
InstallScript_Odoo/test_install/debian/docker-compose.yml

15 lines
306 B

services:
odoo19:
build: .
container_name: odoo19
restart: unless-stopped
tty: true
stdin_open: true
privileged: true
volumes:
- ../../odoo_install_debian.sh:/opt/odoo-install/odoo_install.sh
- /sys/fs/cgroup:/sys/fs/cgroup:rw
tmpfs:
- /run
- /tmp